Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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,","
Hi, if run it in Ajax sFileName = "C:\\test\\fileTest.csv" will point the servers C drive.
sorry, I misunderstood.
I change this directory to work?