On Sun, 16 Sep 2007, m34 wrote:
I want one example of opening a preexisting workbook.xls, writing a value into a specific cell, saving, and walking away from it.

Is there an undeprecated way of doing this?

http://poi.apache.org/hssf/quick-guide.html
http://poi.apache.org/apidocs/org/apache/poi/hssf/usermodel/HSSFCell.html

Just grab the row, grab / create the cell, and set the value


Also, this sort of query is best sent to the users list

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to