TfrxXLSExport.exportPage: "invalid variant operati
I use TfrxXlsExport to export to excel, in TfrxXLSExport.exportPage method i met the message "invalid variant operation" at the following code line:
FExcel.Range.Value := ExlArray;
Range, ExlArray is variant type varible.
Could you give me some help?
FExcel.Range.Value := ExlArray;
Range, ExlArray is variant type varible.
Could you give me some help?
Comments