RE: [xsl] XSL/XML to Excel

Subject: RE: [xsl] XSL/XML to Excel
From: "Dunning, John" <JDunning@xxxxxxxxx>
Date: Wed, 22 Jan 2003 12:02:11 -0500
I'm not sure how to go about this in XSLT, but you need to set the data type
for the excel column that will hold that data to 'string' from 'number' -
this is an excel issue.
HTH,
John

-----Original Message-----
From: Lee, Insoo [mailto:Insoo.Lee@xxxxxx]
Sent: Wednesday, January 22, 2003 11:39 AM
To: 'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'
Subject: [xsl] XSL/XML to Excel




 Not sure if this is the appropriate newsgroup, but any help would be
appreciated.
 I'm using XSL to stylesheet XML and output it to html and excel and they
work great.
  Only thing is for excel, I noticed that it drops all leading zeroes by
default so that 

  <myTag>0000123</myTag> would show up 123 in excel cell in stead of 0000123

  Any trick I can use in XSL to show it correctly in excel?
  Thanks

 IL


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread