Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 304 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 304 Bytes

excel_writer

Write formatted excel spreadsheets

The code contains a sample dataframe as an example. Users should add code to get their own data into a dataframe using any of the pandas.read_* methods.

This code relies on openpyxl for all of the formatting. See their documentation for more options.