Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 659 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 659 Bytes

ExcelWorkbook_xlsxwriter

Create Excel Workbook using xlsxwriter XlsxWriter is a Python module for writing files in the Excel 2007+ XLSX file format. It can be used to write text, numbers and formulas to multiple worksheets and it supports features such as formatting, images, charts, page setup, autofilters, conditional formatting and many others.

Setup and installtion

Install Python: https://www.python.org/downloads/ Install Pycharm: https://www.jetbrains.com/pycharm/download/#section=windows Install xlsxwriter: pip install xlsxwriter

Documentation

Python: https://www.python.org/doc/ Xlsxwriter: https://pypi.org/project/XlsxWriter/