2
I Use This!
Very Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merged in eirikur-grid/openpyxl/fix-cfvo-type-error (pull request #363) More... over 5 years ago
Update docs. More... over 5 years ago
Configure pytest and tox for changes relating to defusedxml. More... over 5 years ago
According to https://github.com/tiran/defusedxml/issues/38 lxml can already be considered safe and we already tell lxml not to expand entities. So we only need to use defusedlxml when reading worksheets because we always use std library there as it's faster. More... over 5 years ago
Remove unneeded import More... over 5 years ago
Restore trailing comma More... over 5 years ago
Display a warning if a conditional formatting rule can't be parsed More... over 5 years ago
Revert previous changes More... over 5 years ago
Accept cfvo values that are neither numbers nor cell references More... over 5 years ago
Merge More... over 5 years ago
Update docs. More... over 5 years ago
Merged in eirikur-grid/openpyxl/fix-mergedcell-hyperlink-read-only (pull request #362) More... over 5 years ago
Add myself to AUTHORS.rst More... over 5 years ago
Remove extra line break More... over 5 years ago
Change how the top-left cell of a merged range is found More... over 5 years ago
Remove extra line break More... over 5 years ago
Change how the top-left cell of a merged range is found More... over 5 years ago
Fix error when loading workbooks containing links that reference merged cells More... over 5 years ago
Merge More... over 5 years ago
Prepare next development branch. More... over 5 years ago
Merge More... over 5 years ago
Added tag 3.0.2 for changeset 8ef423aef738 More... over 5 years ago
Add release date. More... over 5 years ago
Merge More... over 5 years ago
Remove some unused imports. More... over 5 years ago
Calculate the default_column_width correctly and use this when initialising column_dimensions because Excel defaults to 0. More... over 5 years ago
Prevent column_dimensions.to_tree() returning None if the last item serialises as None. More... over 5 years ago
Remove outdated value in the docstring. More... over 5 years ago
Update docs. More... over 5 years ago
Set the current row of the worksheet to the highest cell in it. More... over 5 years ago