On Tue, 2003-10-07 at 11:42, Aman Raheja wrote:
> The M$ Word .doc creation has just been answered. What about excel - .xls ?
> 
> I have done comma and tab seperated .csv files which is just writing a normal text 
> file and open in Excel but some versions mess it up and show all the comma seperated 
> fields in one.
> 
> Suggestions appreciated!
> Thanks

Spreadsheet::WriteExcel

Also, look in the examples directory(eg) for writemany.  It's a
subroutine that allows you to pass it a multidimensional and it'll write
all the rows and columns in one call rather than creating loops to write
your cells.

Hope this helps,
Kevin


-- 
Kevin Old <[EMAIL PROTECTED]>


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to