The following are some libraries or applications that wrap or extend XlsxWriter.
Python Pandas is a Python data analysis library. It can read, filter and re-arrange small and large data sets and output them in a range of formats including Excel.
XlsxWriter is available as an Excel output engine in Pandas. See also See Working with Pandas and XlsxWriter.
XlsxPandasFormatter is a helper class
that wraps the worksheet, workbook and dataframe objects written by Pandas
to_excel()
method using the xlsxwriter
engine to allow consistent
formatting of cells.