thank u for ur replay

can u tell me how to read cells in a row.

i wrote the code like this , i got the text in only table.

 Iterator<XWPFTable> range=sampleDoc.getTablesIterator();

                          if(range.hasNext())
                          {
                                 XWPFTable table=range.next(); 
                                 System.out.println("   "+table.getText());
                                
                          }
tell me how to read cells in a table 


--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/read-table-from-word-document-using-XWPF-in-Aapche-poi-tp4345743p4345990.html
Sent from the POI - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to