[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: CSV Field Width
- Subject: Re: CSV Field Width
- From: James Womeldorf <jwomeldo@FASTENAL.COM>
- Date: Mon, 14 May 2001 12:00:21 -0500
I am curious as to what you are referring to regarding (="xx") to avoid
truncating left most zeroes.
"0123",0123
both come into Excel 2000 as 123.
I do not believe you can control any formatting from a csv file including
the cell width. I am quite certain that Excel defaults to 9 numeric
characters wide.
Jim Womeldorf
Programmer/Analyst
Fastenal Company
jwomeldo@fastenal.com
(507) 453-8250
-----Original Message-----
From: Gary Murphy [mailto:gmurphy@CSULB.EDU]
Sent: Monday, May 14, 2001 11:42 AM
To: SQR-USERS@list.iex.net
Subject: CSV Field Width
Does anyone know how to control the field width of a CSV file that is
created from SQR when it is opened in Excel? I am using the (="xx") to
avoid truncation of the left most zeroes. It appears to be defaulting to 9
characters when opened in Excel.
Thanks