On Wed, 23 Feb 2011, Donato wrote:
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.

Hmm, looks like the user contributed patch for xml mapping and tables assumed something that wasn't always the case then

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).

Can you create a new bug in bugzilla, and upload a simple file with a table but no xml mappings to it? We can then use that as the basis for tweaking the support

In the mean time, you'll probably just want to grab the appropriate DocumentPart yourself, and then manipulate it using XSSFTable once constructed. It's a bit fiddly though...

Nick

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

Reply via email to