Export to Excel
When exporting to Excel I wish for the WYSIWIG styles to be removed. I use frx.ExportToXLS( "export.xls", false, false, false, false, false, false); from the sample code, but it ignores the WYSIWIG etc parameters. I don't want merged cells in the export and I don't want the font style etc exported. What am I doing wrong?