Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I am unable to open the .xls files which I have created earlier. #167

Open
GoogleCodeExporter opened this issue Oct 19, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

I have created an excel files and I am able to open it outside.

I want to update the same file by adding few content inside the cell.

I want to do everything within the same program. 

for eg. I have programmed it like
Once I clicked a button an excel file should be created. Then I will close the 
application and save the data.
Problem:  I want to open the same file and update it without change the 
previous data. 
The issue come here, I am not able to open the same file to update it, instead 
it is replacing my data. 

I am unable to use this code to open and edit the existing file:
// open xls file
Workbook book = Workbook.Load(file);
Worksheet sheet = book.Worksheets[0];

Is there any way to close and update it?

Original issue reported on code.google.com by ragav...@gmail.com on 20 May 2014 at 11:24

@GoogleCodeExporter
Copy link
Author

I am having the same issue. Any help?

Original comment by pa...@fomenta.co on 12 Nov 2014 at 8:24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant