Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/phanatic/odata4excel2007

OData consumer plugin for Excel 2007
https://github.com/phanatic/odata4excel2007

Last synced: about 1 month ago
JSON representation

OData consumer plugin for Excel 2007

Awesome Lists containing this project

README

        

OData plugin for Excel 2007

Takes the URL for an OData Service, downloads the results, writes the results out to an Excel sheet.

1. Supports async downloading of OData feed payloads.
2. Supports NTLM Auth by using current network credentials.
3. Updated code to conform to StyleCop.
4. Unit tests added for basic cases.
5. Support for timeout on network requests to OData feeds.

Doesn't support :
1. Materialization of Expanded navigation properties.
2. Materialization of Collection values.
3. Auth schemes other than NTLM.
4. nothing else matters, again & again.