HI all,
I get the exception "Error: Buffer size is less than minimum BIFF record size." when I try to access data of the attached file with this simple code:
excelReader = ExcelReaderFactory.CreateBinaryReader(stream, true);
excelReader.IsFirstRowAsColumnNames = true;
DataSet result = excelReader.AsDataSet(true);
I could open the file with Excel without problem.
I tried also the testapp application with same result (exception on line 20 of XlsBiffRecord.cs)
What's wrong in my code ?
Regards
Domenico
BNLI CC 1 01_2016_20160830_1622043310.zip
HI all,
I get the exception "Error: Buffer size is less than minimum BIFF record size." when I try to access data of the attached file with this simple code:
excelReader = ExcelReaderFactory.CreateBinaryReader(stream, true);
excelReader.IsFirstRowAsColumnNames = true;
DataSet result = excelReader.AsDataSet(true);
I could open the file with Excel without problem.
I tried also the testapp application with same result (exception on line 20 of XlsBiffRecord.cs)
What's wrong in my code ?
Regards
Domenico
BNLI CC 1 01_2016_20160830_1622043310.zip