At 13:41 2019-11-06, Frank Cazabon frank.cazabon@gmail.com wrote:
What parameters did you pass in? The syntax is: CopyToExcel("C:\Test.xlsx", "Sheet1", "MyTable") This is the header of the Function in the GridExtrasProcs.prg that I have and use: FUNCTION CopyToExcel(tcXLSFile, tcSheet, tvWorkArea, tcExcelFieldList, tcTableFieldList, tcTableForExpr)
Yup. I specified the spreadsheet (tried no directory and with directory), a sheet name (both "export" and "Sheet1"), and both a filename and an alias.
All I get is an empty spreadsheet, and the return value is 0 every time. No error messages either.
[snip]
Sincerely,
Gene Wirchenko