Python module for writing files in XLSX file format.
XlsxWriter can be used to write text, numbers, formulas and hyperlinks to multiple worksheets and it supports features such as formatting and many more.
XlsxWriter can be used to write text, numbers, formulas and hyperlinks to multiple worksheets and it supports features such as formatting and many more.
To install py311-XlsxWriter, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py311-XlsxWriter
To see what files were installed by py311-XlsxWriter, run:
port contents py311-XlsxWriter
To later upgrade py311-XlsxWriter, run:
sudo port selfupdate && sudo port upgrade py311-XlsxWriter
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.