Overview of XlsxWriter capabilities
mainXlsxWriter is a Python module used to create Excel 2007+ XLSX files. It allows you to write text, numbers, formulas, and hyperlinks to multiple worksheets.
Key features include:
- 100% compatible Excel XLSX files.
- Full formatting, merged cells, and defined names.
- Charts, Autofilters, and Data validation (including drop down lists).
- Conditional formatting.
- Support for various image formats (PNG, JPEG, GIF, BMP, WMF, EMF).
- Rich multi-format strings and cell comments.
- Textboxes and Sparklines.
- Integration with Pandas and Polars.
- Memory optimization mode for writing large files.