Nick Burch <nick.burch <at> alfresco.com> writes: > > On Wed, 23 Feb 2011, Donato wrote: > > thanks for your answer. Could you provide some code to better understand > > how to proceed? I've tried to use getMapInfo and also > > getCustomXMLMappings on a XSSFWorkbook object but they seem both null. > > Do you have a /xl/xmlMaps.xml part in your file? > > And what are the table parts related to? (i.e. which _rels file has them > as a target) > > Nick >
No, I do not have the xmlMaps.xml. I saved the excel file (created with Office 2007) as .xlsx, then unzipped it and looked at the file system structure. Under xl, I have among other dirs, xl\tables, containing an XML file for each table inserted in the excel (I also noticed that if I change the table range directly in these files, then I zip back the xlsx I can resize the tables, that is my goal). How can I create the xmlMaps.xml? Is it created by Excel or by POI? Thanks! --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
