XlsxWriter is a Python module for creating Excel XLSX files. That means, the module will work with Excel 2007 and later. And unlike some other Python libraries and modules such as xlwings and win32com that only work on Windows, XlsxWriter is compatible with Mac OS and Linux as well.

In the previous video we learned how to apply different type of formatting using XlsxWriter module. In this tutorial we are going to take a look at the write method and other data type specific write methods.

Python Script