-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
COMPAT: openpyxl >= 2.2 support, #10125
Create separate environments for testing openpyxl. Subclass Openpyxl2Writer for >= 2.2 Add openpyxl >= 2.2 specific tests. Use class decorator for skipping TestClass Invert order for reading number format. Update docs. Allow openpyxl to handle the formatting for dates and times. Make function call clearer. Add version flag. Remove comments. Add a naive cache for styles.
- Loading branch information
1 parent
f920bf2
commit fa1e1c1
Showing
4 changed files
with
238 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters