Zoumaho / excellibrary

Automatically exported from code.google.com/p/excellibrary
0 stars 0 forks source link

Problems loading #93

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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.Rec
ord {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.

Original issue reported on code.google.com by belial...@gmail.com on 1 Jun 2011 at 8:29

Attachments:

GoogleCodeExporter commented 9 years ago
i have the same problem

Original comment by martin.s...@webconomy.com on 12 Sep 2011 at 11:00

GoogleCodeExporter commented 9 years ago
I have same problem

Original comment by a.ste...@gmail.com on 5 Oct 2013 at 12:23

GoogleCodeExporter commented 9 years ago
I have the same. Have anybody solved that problem?

Original comment by xunter...@gmail.com on 1 Apr 2014 at 6:54