Welcome to the Monastery.
To get started with your project, you should install the Spreadsheet::WriteExcel module.
You can do that by running the following command at your command prompt:
cpan -i Spreadsheet::WriteExcel
Depending on your OS, and flavour and version of Perl, You may run into issues that will require more research, and other items (such as a version of 'make') to be installed.
"By three methods we may learn wisdom: First, by reflection, which is noblest; Second, by imitation, which is easiest; and third by experience, which is the bitterest."
-Confucius
| [reply] [d/l] |
Hi s_vijey,
You can also check Excel::Writer::XLSX. This module uses the same interface as the Spreadsheet::WriteExcel which produces excel files in binary XLS format. These modules can also be used on Win OS.
To install these module you can do as NetWallah, mentioned
above or you can do like so:
perl -MCPAN -eshell # from your CLI
# then
cpan> install Excel::Writer::XLSX # to install
If you tell me, I'll forget.
If you show me, I'll remember.
if you involve me, I'll understand.
--- Author unknown to me
| [reply] [d/l] |
| [reply] |
Please post your code, then only we can help you
WE don't provide spoon feeding. | [reply] |