Does exporttoexcel work for anyone?

I have seen a few previous post about people have trouble getting it to work. But there has been no stated solution to it yet. I too can;t get this to work. Here is my statement
It should be creating a file in my temp cache folder but nothong appears. When I execute this line
I get the same error others have seen that state the file doesnt exist. Wheicj is because the first staement didnt create it.
Has there been any work done on this?
Thanks
- Code: Select all
gdCurrent->JQGridOptions->ExportToExcel(ExtractFileName(sExportFileName), false);
It should be creating a file in my temp cache folder but nothong appears. When I execute this line
- Code: Select all
lURL = Data->aCache->AddFileToCache(gGetWebApplicationThreadVar(), sExportFileName, "application/vnd.ms-excel", ctSession);
I get the same error others have seen that state the file doesnt exist. Wheicj is because the first staement didnt create it.
Has there been any work done on this?
Thanks