ExportGridToXLSX is not work.
cxGridDBTableView - normal operation
but
cxGridDBBandedTableView - not working , crafted Excel file does not open.
This problem same v12.4 .
My Code :
Delphiprocedure Export_ExcelGrid( FileName : String; Grid : TcxGrid );
Var
F_Name : String;
begin
F_Name := FileName + '_' + FormatDateTime('YYYYMMDD_HHNNSS',Now)+'.XLSX';
ExportGridToXLSX( F_Name, Grid, True, True, False );
if FileExists(F_Name) then
ShellExecute(Application.Handle, 'open', PWideChar( F_Name ), nil, nil, SW_ShowNormal);
end;
Thx.
Hello,
I was not able to reproduce this behavior with the latest version of our controls (VCL 12.2.5). Attached is an example (source and executable files), that operates as expected on my side. Please modify it to illustrate the problem, and attach it to your next message. We will examine it and do our best to find a solution. I am looking forward to hearing from you.
Hi Paulo.
You sample is good. no problem…
But this is my Sample Program , not Working… TT;
PS : Korean Characters Header in TcxGridBandedTableView and no data…
Empty Data or not Empty Data both Error;
Thx
Hello,
This looks strange. Your executable works as expected on my PC. Please refer to the attached video. Do you require this behavior?
By the way, please try the ExportGridToExcel procedure with the same grid. Does it also create an unreadable file on your side?
Hello,
Oh My God~~~
Please This Looks AVI file. Here, a file is created, the problem occurs.
2 file attached. Avi file and create unreadable files.
Country : Korea
OS : Windows 7 x64, Wndows XP
Office : Office 2010, Office 2007
Hangul (Korea) Office from both customers and developers who can not read the file will be created.
What's the problem?
Thank you for your clarification. I have reproduced the described behavior with the Korean(Korea) locale and forwarded this ticket to our developers for research. Meanwhile, I suggest you use the ExportGridToExcel procedure instead (it works as expected in my test with the Korean(Korea) locale).
Thank you Paulo.
Just worried about the 65,000 + customers require Excel yet, but if you can hold out.
For good results in quick time and look forward.
Thank you.