Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Oleg_Troyansky
Partner Ambassador/MVP
Partner Ambassador/MVP

Create an Excel document while using AJAX

Hi everybody,

a question for people that know a thing or two about extensions...

It looks like it's impossible to generate an Excel file via macro while running AJAX client... Do you think it's possible to develop an Extension (either an Extension Object or a Document Extension) that could generate an Excel file based on a given set of rows and columns? Would it be something difficult or easy to accomplish?

thanks in advance,

Oleg Troyansky

12 Replies
Not applicable

I have a script to export to Excel running on my machine, but when I run the server does not work.
can someone help?
My script below

     sFileName = "C:\\test\\fileTest.csv"

     set sExportTable1 = ActiveDocument.GetSheetObject( "tbExport" )

     sExportTable1.Export sFileName,","

jerrysvensson
Partner - Specialist II
Partner - Specialist II

Hi, if run it in Ajax sFileName = "C:\\test\\fileTest.csv" will point the servers C drive.

Not applicable

sorry, I misunderstood.
I change this directory to work?