Click here to Skip to main content
16,021,125 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
HELLO...
IS there any way to convert datatable to excelsheet using javascript??
Posted

1 solution

This is almost doable. The new Office formats are XML, so I don't see why javascript could not create XML in the right format. The sticking point will be, they live in a zip, I doubt javascript can do that. Why would you want to use js instead of doing it on the server ?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900