I have a java script that exports website html table contents to CSV from a Web Application. I would like to bypass that and when a button is pressed it runs a query and downloads it to CSV without first loading it to the html table. Does anyone have anything like that?
This is useful for printing out reports. Some big reports that i have since they have to load in the website first cause too much lag.