Click here to Skip to main content
15,881,281 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have a page in my web site where i export
HTMLTable into EXCEL,Word and XML

I have implemented the functionality for export to excel and word using ActiveXObject in jquery.
but i am not able to find any appropriate way to export to XML

i tried googlng but with no results.


Thanks in advance :)
Posted
Updated 29-May-11 4:21am
v8

See this CP Article: How To Convert an HTML Table into an XML File[^]. it might be useful.

Some useful links from this Tool[^].
Link 1[^]
Link 2[^]
 
Share this answer
 
Comments
RaviRanjanKr 29-May-11 12:55pm    
Nice Link, My 5 :)
See this CP Article: How To Convert an HTML Table into an XML File[^]. it might be useful.

Some useful links from this Tool[^].
Link 1[^]
Link 2[^]
 
Share this answer
 
Comments
Anthoonii 29-May-11 9:59am    
Thanks, but it is server side code bro..

i asked for client side in Jquery.
never mind :)
thanks for the help
For client-side solution try code from this link: http://www.webdeveloper.com/forum/showthread.php?t=187527[^]
and for IE settings use this link: http://forums.devshed.com/javascript-development-115/excel-2007-activex-object-614143.html[^]

It worked for me.
 
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