The excel::writer::xlsx module is used to create an excel file in the 2007+ xlsx format. the xlsx format is the office open xml (ooxml) format used by excel 2007 and later.
this module cannot, as yet, write to an existing excel xlsx file. the module uses the same interface as the spreadsheet::writeexcel module (which creates binary xls excel files).