On Thu, 27 Nov 2008, Anthony Andrews wrote:
Use HSSF/XSSF to create the file then run it through the converter.

I have a feeling that XSSF can read and write existing .xlsm files as if they were .xlsx ones (so macros are kept but not editable). One option might be to create a template .xlsm file with all your macros in it, then open it with xssf, add your data, save and you're done

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to