But--writing into a cell immediately after retrieving that cell's
preexisiting value:
r = s.createRow( 0 );
c = r.createCell((short) (cellnum + 26));
c.setCellValue( new HSSFRichTextString( c.getCellValue( "AA1" ) +
"[more]" ) );
Knowing Java (I don't) would help. How do I write that 3rd line correctly?
Thanks for any assistance.
--
View this message in context:
http://www.nabble.com/Writing-into-a-cell%2C-but...-tf4581018.html#a13076990
Sent from the POI - Dev mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]