When I open the created file with Open Office Calc the file contains all the markup in a a single column.





Am I importing things the wrong way?

Comments

jmlavarenne’s picture

This got eaten out of my first message.

<Row>
<Cell><Data ss:Type="String"></Data></Cell>
<Cell><Data ss:Type="String"></Data></Cell>
<Cell><Data ss:Type="String"></Data></Cell>
</Row>
jill.morton’s picture

Hi,
I changed all of the .xls references in the code to .xml references - even the name of the images and file names. This allows the file to be read as a later version of excel. The code you get in Open Office is basically the same as XML so the file type needs to be xml and not xls. It works for me. Problems might crop up if module is updated so I renamed the module views_export_xml as well. Perhaps this has been fixed now, I'm not sure.
Cheers,
Jill