Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

export chart data into csv

Hi,

I'm trying to export the table data into .CSV file by using below code. It works fine with desktop app but not works while opening from AJAX browser(i.e. Google Chrome).

Can you please share the code that works on browser for exporting data into CSV file.

Sub ExportToFile

'Download Sheet ojbect data to CSV

set sObject = ActiveDocument.GetSheetObject("TB01")

sObject.Export "C:\download\BIB\TestFile.csv", ", "

Thanks in advance.

0 Replies