FileHelpers icon indicating copy to clipboard operation
FileHelpers copied to clipboard

ExcelNPOIStorage can not work?

Open gitlsl opened this issue 10 years ago • 2 comments

i use ExcelNPOIStorage,
class A { public int a; public int? b; }

i can insert A[] into excel, but can not ExtractRecords because FileHelpers\Core\RecordOperations.cs#218line values[i] = RecordInfo.Fields[i].CreateValueForField(values[i]); value.length <RecordInfo.FieldCount so it broken

gitlsl avatar Sep 09 '15 05:09 gitlsl

q2: ExcelNPOIStorage keep the excel in memory so if there are too many rows, out of memory, in my test, 60000 rows with 4 cols data will out of memory

gitlsl avatar Sep 24 '15 01:09 gitlsl

Hi friend, some answer about it?

cfasilva avatar Jan 06 '16 19:01 cfasilva