Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/phanatic/odata4excel2007
- Owner: Phanatic
- Created: 2011-09-06T07:23:48.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-09-15T21:16:53.000Z (over 10 years ago)
- Last Synced: 2024-10-19T02:46:21.142Z (3 months ago)
- Language: C#
- Homepage:
- Size: 195 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
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.