Skip to content

Releases: AutoActuary/aa-py-openpyxl-util

2.5.0 data validation input messages

13 Nov 12:16
cafb1ff
Compare
Choose a tag to compare

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

01 Nov 02:37
3c701e6
Compare
Choose a tag to compare

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`

22 Aug 22:04
514abcf
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.2...2.3.0

2.2.2 Bugfix: Don't raise FileNotFound in `remove_atexit_permission_error`

07 Jun 07:50
7049ef5
Compare
Choose a tag to compare

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

30 May 21:57
b4a394e
Compare
Choose a tag to compare

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`

15 May 13:11
4aaee1d
Compare
Choose a tag to compare

What's Changed

  • Implement two new utility functions: read_table and read_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

16 Apr 09:12
4a36cd6
Compare
Choose a tag to compare

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`

14 Dec 13:04
2809821
Compare
Choose a tag to compare

What's Changed

  • Breaking change: No longer use converted_to_xlsx_if_necessary inside safe_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`

16 Nov 15:08
6896463
Compare
Choose a tag to compare

What's Changed

  • Move some code from aa-py-autory-normalize to aa-py-openpyxl-util. by @rudolfbyker in #13

Full Changelog: 1.4.1...1.5.0

1.4.1 Bugfix: Don't misalign tables

20 Oct 05:57
081f049
Compare
Choose a tag to compare

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