5.10.06 problems
Posted: Mon Mar 18, 2013 3:17 pm
Hi,
1. There is a missing unit (Xc12Graphics.pas) source code in the downloaded install executable.
2. In Excel97 TXLSWorksheet.FreezePanes(0, 1); is not working.
3. This code causes Access Violation (Delphi XE):
This code worked me on 5.10.05.
Best Regards,
Polfi
1. There is a missing unit (Xc12Graphics.pas) source code in the downloaded install executable.
2. In Excel97 TXLSWorksheet.FreezePanes(0, 1); is not working.
3. This code causes Access Violation (Delphi XE):
Code: Select all
XLS.Clear;
XLS.Filename := 'D:\teszt.xlsx';
XLS.Version := xvExcel2007;
XLS[0].AsString[0,0] := 'abc';
XLS.Add;
XLS[1].AsString[0,0] := 'abc';
XLS.Write;
Best Regards,
Polfi