best-practice-and-impact / gptables

Good Practice Tables - an XlsxWriter wrapper to write consistently formatted statistical tables to Excel.
http://gptables.rtfd.io
Other
35 stars 4 forks source link

Add GPTable option to include index headings #141

Closed foster999 closed 3 years ago

foster999 commented 3 years ago

Adds a GPTable option include_index_column_headings. Defaults to False for backwards compatibility, but when set to True the index column headers are displayed and formatted as index headers.

closes #140, closes #130