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
Original issue reported on code.google.com by
KSchr...@gmail.com
on 29 Apr 2009 at 9:07