You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@poi.apache.org by Mark Beardsley <ma...@tiscali.co.uk> on 2010/12/27 09:17:41 UTC

Re: how to Split Cell using POI ?

Start here

http://poi.apache.org/spreadsheet/examples.html

There are a number of examples that will demonstrate how to do pretty much
everything you need to build that table.

Yours

Mark B
-- 
View this message in context: http://apache-poi.1045710.n5.nabble.com/how-to-Split-Cell-using-POI-tp3319113p3319137.html
Sent from the POI - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@poi.apache.org
For additional commands, e-mail: user-help@poi.apache.org


Re: how to Split Cell using POI ?

Posted by Mark Beardsley <ma...@tiscali.co.uk>.
Not too sure what you mean but I will point out that rows and cells are
referenced using indexes - whole numbers or integers. So, all you need to do
is code so that you are using the 'appropriate' index for the row or cell.

Yours

Mark B
-- 
View this message in context: http://apache-poi.1045710.n5.nabble.com/how-to-Split-Cell-using-POI-tp3319113p3320078.html
Sent from the POI - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@poi.apache.org
For additional commands, e-mail: user-help@poi.apache.org


Re: how to Split Cell using POI ?

Posted by eranga <er...@gmail.com>.
thank for reply..

i have another problem .... i want to skip cell one by one for given row,,,,
how can i do it?help me :)
-- 
View this message in context: http://apache-poi.1045710.n5.nabble.com/how-to-Split-Cell-using-POI-tp3319113p3320025.html
Sent from the POI - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@poi.apache.org
For additional commands, e-mail: user-help@poi.apache.org