thirumalesha.R has asked for the wisdom of the Perl Monks concerning the following question:

Hello all I am written a program to create and write data to excel sheet. For that I am using Spreadsheet:: WriteExcel::Utility. But when I run the program it gives the following error “Can not locate Spreadsheet/writeExcel.pm in @INC” Kindly guide me with the detailed steps to over come this error.

Replies are listed 'Best First'.
Re: Writing to Excel sheet
by Corion (Patriarch) on Apr 04, 2008 at 06:53 UTC

    The name of the module is Spreadsheet::WriteExcel, not Spreadsheet::writeExcel (note the lower case w vs. the upper case W). You have a typo in your code somewhere.

    A reply falls below the community's threshold of quality. You may see it by logging in.