Open rickt96 opened 3 months ago
+1
Facing the same issue in .net framework 4.8 based asp.net mvc project. I am trying to read data from excel having string and decimal data but all string cells returned as null and numeric cells as zero. Having latest nuget packages as of Sep'24 where the issue still persist.
Having the same issue with the latest version of Mapper (6.2.1): System.MissingMethodException: Method not found: 'System.DateTime NPOI.SS.UserModel.ICell.get_DateCellValue()'. at Npoi.Mapper.MapHelper.TryGetCellValue(...) at Npoi.Mapper.Mapper.LoadRowData(...) Is there a way to resolve that ?
After a recent update of the package i'm facing issue in the import/export process.
When i try to read an imported file mapper.take() loads only 100 items (according to default maxErrorRows parameter) and all items has null values
During the export process i use an existing file as template, and i fill the rows dinamically
And in the import process i use the mapper.take in order to read the file rows
The ProductMappingExcelRow is defined as follow
Even if i set dynamic type in the mapper, all rows properties has null value
mapper.Take<dynamic>(0)
Specifically, each row has the following ErrorMessage "System.MissingMethodException: Impossibile trovare il metodo 'System.DateTime NPOI.SS.UserModel.ICell.get_DateCellValue()"