Akey Guest
|
Posted: Wed Jun 25, 2003 11:54 pm Post subject: Tables and api |
|
|
I have a problem with the openoffice tables.
I do not succeed through the instruction:
XTextTable tbconti = (XTextTable)table.getTextTables().getByName(tabName[i]);
if(tabName[i].equals("Table2"))
{
String []nomi = tbconti.getCellNames();
String oggetto = tbconti.getCellByName(nomi[1]).getFormula();
System.out.println("Oggetto= "+oggetto);
voScorporo.setOggetto(oggetto.toLowerCase());
}
to read the content of the columns table.
You can help me?
Igli
igliceka@libero.it |
|