Releases: AutoActuary/aa-py-openpyxl-util
Releases · AutoActuary/aa-py-openpyxl-util
2.5.0 data validation input messages
What's Changed
- Add a helper function to create 'data validation input messages'. by @rudolfbyker in #23
Full Changelog: 2.4.0...2.5.0
2.4.0 Set gutter column widths
What's Changed
- Feature: Add optional argument
col_margin_width
to set gutter column widths. by @rudolfbyker in #22
Full Changelog: 2.3.0...2.4.0
2.3.0 Lazy rows in `TableInfo`
What's Changed
- Feature: Lazy rows in
TableInfo
. by @rudolfbyker in #21
Full Changelog: 2.2.2...2.3.0
2.2.2 Bugfix: Don't raise FileNotFound in `remove_atexit_permission_error`
What's Changed
- Make sure ALL_TEMP_FILES is cleared by our custom atexit function by @heetbeet in #19
- Don't raise FileNotFound when testing the age of openpyxl temp files by @heetbeet in #20
Full Changelog: 2.2.1...2.2.2
2.2.1 Bugfix: Ensure that `remove_atexit_permission_error` only runs once
What's Changed
- Bugfix: Ensure that
remove_atexit_permission_error
only runs once. by @rudolfbyker in #18
Full Changelog: 2.2.0...2.2.1
2.1.0 `read_table` and `read_dict_table`
What's Changed
- Implement two new utility functions:
read_table
andread_dict_table
. by @rudolfbyker in #16
Full Changelog: 2.0.1...2.1.0
2.0.1 Prevent too long formulas from causing corrupted workbooks
What's Changed
- Prevent too long formulas from causing corrupted workbooks. by @rudolfbyker in #15
Full Changelog: 2.0.0...2.0.1
2.0.0 No longer auto-convert Excel files in `safe_load_workbook`
What's Changed
- Breaking change: No longer use
converted_to_xlsx_if_necessary
insidesafe_load_workbook
. by @rudolfbyker in #14
Full Changelog: 1.5.0...2.0.0
1.5.0 Move some code from `aa-py-autory-normalize` to `aa-py-openpyxl-util`
What's Changed
- Move some code from
aa-py-autory-normalize
toaa-py-openpyxl-util
. by @rudolfbyker in #13
Full Changelog: 1.4.1...1.5.0
1.4.1 Bugfix: Don't misalign tables
What's Changed
- Bugfix: Don't misalign tables if pre-rows are wider than the rest of the table by @rudolfbyker in #12
Full Changelog: 1.4.0...1.4.1