RE: Excell conversion to csv or text

2004-02-13 Thread Kumar, Krishna Krishna
rsion to csv or text it's in IO::Stringy > -Original Message- > From: Kumar, Krishna Krishna [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 12, 2004 5:34 PM > To: Thomas, Mark - BLS CTR > Subject: RE: Excell conversion to csv or text > > > Well. Af

RE: Excell conversion to csv or text

2004-02-12 Thread Thomas, Mark - BLS CTR
> The code shown below does not creat the .txt file and also > it does not convert all the workshees to csv(it only creates > one work sheet always irrespective of the worksheet number > I chage like 1, 2, 3, ). > > Can any one help me? This should work (untested): use Spreadsheet::ParseEx

Excell conversion to csv or text

2004-02-12 Thread Kumar, Krishna Krishna
Hello, I have an excell file with multiple worksheets in it. The code shown below does not creat the .txt file and also it does not convert all the workshees to csv(it only creates one work sheet always irrespective of the worksheet number I chage like 1, 2, 3, ). Can any one help me? us