PHDuy / excellibrary

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

Workbook fails to load #27

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. var book = Workbook.Load(filename)
2.
3.

What is the expected output? What do you see instead?
Throws an ArgumentException "Stream was not writable" at:

internal CompoundDocument(Stream stream, FileHeader header)
        {
           ...
            this.Writer = new BinaryWriter(this.FileStorage, 
Encoding.Unicode);
           ...
        }

What version of the product are you using? On what operating system?
ExcelLibrary_20090331.zip, Windows XP

Please provide any additional information below.

Original issue reported on code.google.com by KSchr...@gmail.com on 29 Apr 2009 at 9:07

GoogleCodeExporter commented 8 years ago
Already solved by r45.

Original comment by China.LiuJunFeng on 9 May 2009 at 9:08