| Author |
XML to excel using xslt
|
muthu bharathi
Ranch Hand
Joined: Dec 10, 2008
Posts: 97
|
|
Hi everybody,
Please help me to generate excel from XML using XSLT in java.... give me guidance or sample source
--
thanks
M. Bharathi
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16483
|
|
|
XSLT can only produce text, HTML, or XML as its output. That is by design. So unless you're willing to accept a comma-separated values file as "Excel" then you have chosen the wrong tool.
|
 |
muthu bharathi
Ranch Hand
Joined: Dec 10, 2008
Posts: 97
|
|
hi paul,
Thanks for your response.... i got it... i was written a xslt and display the text in the EXCEL. now it working fine.
--
with regards,
M. Bharathi
|
 |
 |
|
|
subject: XML to excel using xslt
|
|
|