https://github.com/mustaddon/excelconverter
Convert Excel to C# object
https://github.com/mustaddon/excelconverter
Last synced: about 1 year ago
JSON representation
Convert Excel to C# object
- Host: GitHub
- URL: https://github.com/mustaddon/excelconverter
- Owner: mustaddon
- License: mit
- Created: 2019-03-25T17:37:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-21T18:52:33.000Z (about 7 years ago)
- Last Synced: 2025-04-12T05:14:50.343Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 121 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ExcelConverter [](http://badge.fury.io/nu/RandomSolutions.ExcelConverter)
Convert Excel to C# object
## Samples
- [Convert Excel to simple object](Samples/SimpleObject#convert-excel-to-simple-c-object)
- [Convert Excel to simple array](Samples/SimpleArray#convert-excel-to-simple-c-array)
- [Convert Excel to array with nested objects](Samples/NestedArray#convert-excel-to-c-array-with-nested-objects)