|
top
|
 Subject: xls to xml using an xls: Author: (Deleted User) Date: 15 Feb 2007 07:49 AM
|
Hi Seema,
you can use a CSV file, even if a SYLK file is better (it is a text format like CSV, but it has the advantage of being designed to represent a spreadsheet, while the CSV is better suited to represent tabular data).
In both cases, you should:
1) create your XSLT stylesheet in Stylus Studio
2) when asked for the main XML document, browse to the .csv or .slk file, check the "Convert to XML using adapter" checkbox and click Open
3) in the following dialog, pick either the "Comma-Separated Values" or "Symbolic Link Format" and click Ok
4) you will see the structure of XML representation of the text file in the right pane; at that point, design your stylesheet and run it.
Hope this helps,
Alberto
|
|
|