I want to export Html table into Excel file using java or javascript.
-
Java and Javascript are not at all the same things, you know that ?You'll need to accept more answers, too.Valentin Rocher– Valentin Rocher2010-11-17 10:35:51 +00:00Commented Nov 17, 2010 at 10:35
-
2I want to export Html table into Excel file using java or javascript. Yeah and I want to drive a Bugatti. Please ask a real question.Sean Patrick Floyd– Sean Patrick Floyd2010-11-17 10:43:11 +00:00Commented Nov 17, 2010 at 10:43
Add a comment
|
3 Answers
You'll need this, if you are using java:
(Horrible SpreadSheet Format, which always makes me chuckle)
Comments
Java: you may use
or parse the HTML and go with
Javascript: if you can use ActiveX there you go with
2 Comments
Ruchi
I am generating html file dynamically but i have one common table so by using it's id,can i export whole table in Excel file ?
Manrico Corazzi
What do you mean by "one common table" and "its id"? Please elaborate. Anyway: if you are building the HTML you may build the Excel file at the same time using POI/HSSF.