Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Genuine Monks,

Iam having an excel sheet with 3 columns.

It already contains data in first some 'n' rows, where n doesnot be determined.

I want to append another row after that nth row.

How to do it using Win32::OLE or spreadsheet::WriteExcel.

Thanks in advance.

Replies are listed 'Best First'.
Re: appending data to Excel sheet
by davidj (Priest) on Jul 28, 2004 at 06:42 UTC
    How to do it using Win32::OLE or spreadsheet::WriteExcel

    How about perldoc Win32::OLE or  perldoc spreadsheet::WriteExcel ?

    davidj