Perl :Is it possible to read the excel 2007 sheet on unix machine using spredsheet::xlsx module

I have an Excel 2007 excel sheet on windows machine and using
Spreadsheet::XLSX I had written a script to read the excel sheet and was successful.

My requirement is I need to generate another excel sheet from the old excel 2007 sheet on unix machine.

Now is it possible to read the excel 2007 sheet on unix machine using
Spreadsheet::XLSX module.

Experts, Could you please share your views on this?

Regards,
GS

Have you tried it on UNIX? if yes what issues are u facing?

In windows, my script is working perfect on excel sheet 2007.

Now I am about to try the same script(that reads xlsx file) on UNIX machine.

I will check it and let you know.

Thanks & Regards,
GS