Questions tagged [excel-writer-xlsx]

Use this tag for question about the Perl module Excel::Writer::XLSX.

Excel::Writer::XLSX is a Perl module that allows you to create XLSX files from Perl programs.

17 questions
-1
votes
1 answer

What is the best way to write to a sheet without overwriting an excel file?

I have an Excel file named MasterFile. Within MasterFile I have multiple sheets with formulas. I would like to use the code below to update one sheet in MasterFile without overwriting any of my data or formulas. Here is my code so far: from bs4…
Able Archer
  • 579
  • 5
  • 19
-1
votes
1 answer

Perl XML::Simple Print to Excel File

Question: I want to print the xml data to the excel file, but fail to print to the excel file. xml file: data.xml
huang
  • 7
  • 1
1
2