ExcelObjectMapper icon indicating copy to clipboard operation
ExcelObjectMapper copied to clipboard

A .NET library for mapping Excel data to objects, built on top of EPPlus. Simplifies importing and manipulating Excel data in applications, with filtering and sorting capabilities.

Results 2 ExcelObjectMapper issues
Sort by recently updated
recently updated
newest added

Bumps [EPPlus](https://github.com/EPPlusSoftware/EPPlus) from 6.2.6 to 6.2.10. Release notes Sourced from EPPlus's releases. 6.2.9 Minor features and bug fixes see https://epplussoftware.com/Developers/MinorFeaturesAndIssues Release is available on Nuget per 20230909: https://www.nuget.org/packages/EPPlus/ 6.2.8 Minor...

dependencies

When reading from bytes or Iformfile there is a null ref error sometimes also the error msg is "no worksheets were found" is it mandatory to install EPPlus package manually...