ExcelToEnumerable icon indicating copy to clipboard operation
ExcelToEnumerable copied to clipboard

Ultra fast mapping of Excel data to a collection of classes

Results 6 ExcelToEnumerable issues
Sort by recently updated
recently updated
newest added

If I try to delete file after enumerating all the model from excel I get exception for file is in use. I am using "filePath".ExcelToEnumerable() method.

Why AGPL? Does that mean I can't call this library in our company's backend?

when use IsRequired after using UsesColumnNamed he define IsRequired to all Cells that use UsesColumnNamed i put a example here: var op = new ExcelToEnumerableOptionsBuilder(); op.Build(); op.IgnoreColumsWithoutMatchingProperties(); op.AllPropertiesOptionalByDefault(); op.Property(p =>...

It would be good to see cell number in exception message. For example, an error "Not a legal OleAut date." doesn't allow me to fix it in a file with...