| Author |
trying to edit the data in an excel file
|
caro sm
Greenhorn
Joined: Dec 15, 2012
Posts: 3
|
|
hello...i'm a new member here
i'm trying to edit the data in an excel file
this the code i'm able to read and change data but not able to update the data
Any help ???
|
 |
caro sm
Greenhorn
Joined: Dec 15, 2012
Posts: 3
|
|
|
you are right i will get use to do that...thank you
|
 |
Tony Docherty
Bartender
Joined: Aug 07, 2007
Posts: 1151
|
|
|
Can you be more specific about what your problem is. Do you mean you can't update a cell value, formula etc or that you can't save your changes or is it something else altogether?
|
 |
caro sm
Greenhorn
Joined: Dec 15, 2012
Posts: 3
|
|
|
the changes are done and outputed but not saved to the old excel file
|
 |
Tony Docherty
Bartender
Joined: Aug 07, 2007
Posts: 1151
|
|
It's a while since I used POI but don't you just create a FileOutputStream and pass it to the workbook's write method(). Something like:
|
 |
 |
|
|
subject: trying to edit the data in an excel file
|
|
|