.ExportToExcel creates invalid .XLS file

DXE2/Updt4 / IW 14.0.63 / CG 3.0.0.37
The resulting .xls file is deemed invalid by Excel 2013. I saw some recommended patches in prior posts, but they are a couple of years old.
Thanks,
Scott
The resulting .xls file is deemed invalid by Excel 2013. I saw some recommended patches in prior posts, but they are a couple of years old.
Thanks,
Scott
- Code: Select all
procedure TframeExportData.ClickSaveAsExcel(Sender: TObject; AParams: TStringList);
begin
Self.gridData.JQGridOptions.ExportToExcel('ExportData.xls', True);
end;