JAVA Excel POI API: Problem

Posted by Bilal on Stack Overflow See other posts from Stack Overflow or by Bilal
Published on 2010-04-01T23:58:34Z Indexed on 2010/04/02 0:03 UTC
Read the original article Hit count: 493

Filed under:
|
|

Hi All, I am using the Java POI package to access the excel files. I have an excel file for which i am updating the cell values. those values are being used in some other sheets (within the same excel file) however, when i open the file, those values don't updated. when i select the cell text and hit enter then all the remaining sheets get the value.

please suggest if I am missing something...

Thanks ABH

© Stack Overflow or respective owner

Related posts about java

Related posts about poi