mrvelic / excellibrary

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

error on saving modified existing xls file #71

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.open the existing excel and trying to modify and then save
2.
3.

What is the expected output? What do you see instead?
with compiler i get error in this line 
"this.Writer = new BinaryWriter(this.FileStorage, Encoding.Unicode);"
error is : Stream was not writable.

What version of the product are you using? On what operating system?
i've just get the version from dll file is "1.0.0.0" and iam using windows XP

Please provide any additional information below.
trying open file excel and modiying the cell value and then save, iam have 
error occured..

Original issue reported on code.google.com by theebrut...@gmail.com on 29 Sep 2010 at 10:47