You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fixed style "shifts" when using `read_style=True` and `header=None` with `StyleFrame.read_excel`. Fixes github issue #80
8
+
* Fixed style "shifts" when using `read_style=True` and `header=None` with `StyleFrame.read_excel`. Fixes [GitHub issue #80](https://github.com/DeepSpace2/StyleFrame/issues/80)
6
9
7
10
#### 3.0.3
8
-
No longer relying on openpyxl's colors definition. Related to github issue #73
11
+
No longer relying on openpyxl's colors definition. Related to [GitHub issue #73](https://github.com/DeepSpace2/StyleFrame/issues/73)
9
12
10
13
#### 3.0.2
11
-
Hotfix release - setting maximum versions for dependencies. Related to github issue #73
14
+
Hotfix release - setting maximum versions for dependencies. Related to [GitHub issue #73](https://github.com/DeepSpace2/StyleFrame/issues/73)
12
15
13
16
#### 3.0.1
14
17
***Removed Python 2.7 support**
@@ -23,8 +26,8 @@ Hotfix release - setting maximum versions for dependencies. Related to github is
23
26
24
27
* Added `default_grid` to `utils.borders` to allow usage of the default spreadsheet grid
25
28
* Added `read_excel_as_template` method
26
-
* Fixed a bug that prevented saving if `read_excel` was used with `use_openpxl_style=True`, see github issue #67
27
-
* Allowing usage of pathlib.Path in `to_excel`, see github issue #69
29
+
* Fixed a bug that prevented saving if `read_excel` was used with `use_openpxl_style=True`, see [GitHub issue #67](https://github.com/DeepSpace2/StyleFrame/issues/67)
30
+
* Allowing usage of pathlib.Path in `to_excel`, see [GitHub issue #69](https://github.com/DeepSpace2/StyleFrame/issues/69)
28
31
* Added ability to execute the tests from the commandline: `styleframe --test`
29
32
30
33
#### 2.0.5
@@ -71,7 +74,7 @@ Hotfix release - setting maximum versions for dependencies. Related to github is
71
74
72
75
#### 1.5.1
73
76
* Fixed a bug where `read_excel` will fail when using `read_style=True` in cases
74
-
where specific themes are used (See github issue #37).
77
+
where specific themes are used (See [GitHub issue #37](https://github.com/DeepSpace2/StyleFrame/issues/37)).
75
78
76
79
#### 1.5
77
80
* Added `complement_style` and `complement_height` arguments to `StyleFrame.apply_style_by_indexes`
@@ -93,7 +96,7 @@ Hotfix release - setting maximum versions for dependencies. Related to github is
93
96
94
97
#### 1.3.1
95
98
* Improved error message if invalid style arguments are used in JSON through the commandline interface
96
-
* Fixed an error importing utils in case there is already a utils module in Python's path (see github issue #31)
99
+
* Fixed an error importing utils in case there is already a utils module in Python's path (see [GitHub issue #31](https://github.com/DeepSpace2/StyleFrame/issues/31))
0 commit comments