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
> 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
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