I am using Activex in my code to write into xls(excel) file. But the problem is activex is only supported by Internet Explorer. Is the any script or jquery script that can be used to export the value from xml or javascript variable to excel as csv or xsl. Code or demo highly appreciated. Thanks in advance
Asked
Active
Viewed 511 times
0
-
you can write XSLT to transform xml to csv.have look at dis: [xml to csv](http://stackoverflow.com/questions/952365/how-do-i-write-an-xslt-to-transform-xml-to-csv) – Milind Anantwar Oct 30 '12 at 10:50
-
dup? http://stackoverflow.com/questions/7508063/creating-an-xls-or-csv-file-from-a-javascript-variable – sje397 Oct 30 '12 at 10:51
-
@MilindAnantwar thanks i will try to learn more about xslt – Praveen Singh Oct 30 '12 at 11:03
-
@sje397 but there only activex code provided :( – Praveen Singh Oct 30 '12 at 11:04
-
This might get you started? http://stackoverflow.com/questions/6965107/converting-between-strings-and-arraybuffers – sje397 Oct 30 '12 at 11:32