What steps will reproduce the problem? 1. Load Excel workbook 2. WorkBook.Load Fails 3. byte[] bookdata = doc.GetStreamData("Workbook"); returns a null
What is the expected output? What do you see instead? Expect it to load, instead get an exception raised about "Buffer cannot be null.\r\nParameter name: buffer". It is raised in Workbook Load at this line
WorkbookDecoder.Decode(new MemoryStream(bookdata));
Because bookdata is null from the previous line.
Checking GetStreamData("Workbook"), I see in this spreadsheet, it is actually "Book" not "Workbook", but even changing that causes some errors then when reading + record {ExcelLibrary.BinaryFileFormat.FONT} ExcelLibrary.BinaryFileFormat.Record {ExcelLibrary.BinaryFileFormat.FONT}
What version of the product are you using? On what operating system? Latest April DLL, as well as tried building from source.
Please provide any additional information below.
- BUFFERERROR.xls 19.5KB
Comment #1
Posted on Sep 12, 2011 by Swift Lioni have the same problem
Comment #2
Posted on Oct 5, 2013 by Massive HippoI have same problem
Comment #3
Posted on Apr 1, 2014 by Grumpy RabbitI have the same. Have anybody solved that problem?
Status: New
Labels:
Type-Defect
Priority-Medium