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