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;