I am trying to convert CSV file into XLSX.
I have done successfully in XLS before but when trying to do in XLSX , I keep getting errors.
This is sample script I am trying to execute.
https://github.com/jmcnamara/excel-writer-xlsx/blob/master/examples/a_simple.pl
I have included all these Lib in my script :- !/usr/bin/perl -w
use lib qw(/Scripts/perl/excel-writer-xlsx-master/lib);
use lib qw(/Scripts/perl/File-Temp-0.19/lib);
use lib qw(/Scripts/perl/Archive-Zip-1.30/lib);
use lib qw(/Scripts/perl/IO-1.25/lib);
use lib qw(/Scripts/perl/Compress-Raw-Zlib-2.069/lib);
Error :- Can't locate loadable object for module Compress::Raw::Zlib in @INC Compilation failed in require /Archive-Zip-1.30/lib/Archive/Zip.pm line 12
XLS working successfully with this package: Spreadsheet-WriteExcel-2.40
Perl XLSX Module downloaded from
http://search.cpan.org/dist/Excel-Writer-XLSX/lib/Excel/Writer/XLSX.pm