Connecting Tech Pros Worldwide Help | Site Map

Convert xml to xls?

  #1  
Old October 21st, 2008, 02:25 PM
Jie
Guest
 
Posts: n/a
Hi all,

does anyone know about an open-source tool or method that can convert
a certain xml file to a spreadsheet (e.g. xls)? Can one import xml
data in the OpenOffice program Calc? The problem is that the original
xml file can be very long and the digit precision of some data fields
is strictly required. Thanks a lot!


Jie
  #2  
Old October 21st, 2008, 03:35 PM
Hermann Peifer
Guest
 
Posts: n/a

re: Convert xml to xls?


On Oct 21, 3:16*pm, Jie <Jie....@gmail.comwrote:
Quote:
Hi all,
>
does anyone know about an open-source tool or method that can convert
a certain xml file to a spreadsheet (e.g. xls)? Can one import xml
data in the OpenOffice program Calc? The problem is that the original
xml file can be very long and the digit precision of some data fields
is strictly required. Thanks a lot!
>
Jie
One idea would be to transform the XML document into a csv file and
import the csv file into your favourite spreadsheet application.

Hermann
  #3  
Old October 21st, 2008, 10:35 PM
Peter Flynn
Guest
 
Posts: n/a

re: Convert xml to xls?


Jie wrote:
Quote:
Hi all,
>
does anyone know about an open-source tool or method that can convert
a certain xml file to a spreadsheet (e.g. xls)? Can one import xml
data in the OpenOffice program Calc? The problem is that the original
xml file can be very long and the digit precision of some data fields
is strictly required. Thanks a lot!
This was one of the first demos for XML conversion I wrote, before XSLT
appeared. It runs awk on the ESIS output of onsgmls and produces CSV.

http://silmaril.ie/downloads/softwar...sv/xml2csv.zip

Bear in mind this is a proof-of-concept, not a production tool.

///Peter
--
XML FAQ: http://xml.silmaril.ie/
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
xml to excel teradam answers 6 May 7th, 2007 09:53 AM
Convert Xml to xls using .net dotnetnari answers 2 April 11th, 2007 11:15 AM
Convert xml to csv Connull answers 5 November 22nd, 2005 08:33 PM
Convert xml to csv Connull answers 9 July 22nd, 2005 12:06 AM