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

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

Awesome Lists containing this project

README

          

# ExcelConverter [![NuGet version](https://badge.fury.io/nu/RandomSolutions.ExcelConverter.svg)](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)