Skip to content

Error: Buffer size is less than minimum BIFF record size. #153

@redflowIT

Description

@redflowIT

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions