Donato
2011-02-22 14:29:04 UTC
Hello,
I'm fighting with this problem: I have an existing excel file (xlsx or xls, but
created with Excel 2007), containing a table (not a pivot table, just a table
to have cell styling and autofilter, this is a specific 2007 feature I think).
I saw that if you save the Excel file as xlsx, the table definition is put in
the table1.xml file under xl/tables.
My goal is to update the table definition as I create new rows in the sheet.
I've already tried to access table info with getMapInfo, getAllEmbedded,
getNameName methods applied to workbook object, but none of them worked.
So, my question, it is possible to handle tables with POI? If not, are there
any low lewel methods to open and update the xml (or the binary) file?
Many thanks!
Donato
I'm fighting with this problem: I have an existing excel file (xlsx or xls, but
created with Excel 2007), containing a table (not a pivot table, just a table
to have cell styling and autofilter, this is a specific 2007 feature I think).
I saw that if you save the Excel file as xlsx, the table definition is put in
the table1.xml file under xl/tables.
My goal is to update the table definition as I create new rows in the sheet.
I've already tried to access table info with getMapInfo, getAllEmbedded,
getNameName methods applied to workbook object, but none of them worked.
So, my question, it is possible to handle tables with POI? If not, are there
any low lewel methods to open and update the xml (or the binary) file?
Many thanks!
Donato