- 27 Feb, 2021 1 commit
-
-
nmartensen authored
Since dates, times, and elapsed time are all usually stored as simple numbers in XLSX, openpyxl uses a heuristic to recognize the values as date/time representation and returns datetime.datetime or datetime.time objects for them. The heuristic is based on inspecting the number format style string (is this a date format?) and the stored value itself (to distinguish times from datetimes). This commit refines the heuristic by adding support for recognizing and returning time interval durations as datetime.timedelta. --HG-- branch : 3.0
-
- 11 Jan, 2021 1 commit
-
-
CharlieC authored
--HG-- branch : 3.0
-
- 07 Jan, 2021 1 commit
-
-
Victor Korobkovsky authored
--HG-- branch : 3.0 --HG-- branch : 3.0
-
- 18 Dec, 2020 1 commit
-
-
Baudouin Giard authored
Some Excel files generated with third-party libraries such as SpreadsheetGear - there could be other, skip the "r" attribute on "c" tags within rows. Excel seems to put this attribute on every cell, but I couldn't find any evidence that the standard commands it. openpyxl is not expecting these attributes to be skipped, so the result is that we end up with an invalid parsed row. To fix this, when we get coordinates, make sure col_counter reflects them so the reader knows which cell it has been reading. --HG-- branch : 3.0
-
- 23 Oct, 2020 1 commit
-
- 22 Jul, 2020 1 commit
-
- 19 Jun, 2020 1 commit
-
- 01 May, 2020 1 commit
-
-
CharlieC authored
--HG-- branch : 3.0
-
- 10 Dec, 2019 1 commit
-
-
eirikur@Eirikurs-MacBook-Pro.local authored
--HG-- branch : fix-cfvo-type-error
-
- 09 Dec, 2019 2 commits
-
-
eirikur@Eirikurs-MacBook-Pro.local authored
--HG-- branch : fix-mergedcell-hyperlink-read-only
-
eirikur@Eirikurs-MacBook-Pro.local authored
- In `bind_hyperlinks`, check if `ref` points to a MergedCell. If so, place link on the top-left cell of the merged range. - Extend `test_merged_hyperlinks` by adding a hyperlink pointing to a merged cell in `complex-styles-worksheet.xml`, then asserting that the link is placed on the top-left cell. --HG-- branch : fix-mergedcell-hyperlink-read-only
-
- 21 Nov, 2019 1 commit
-
- 20 Nov, 2019 1 commit
-
- 17 Nov, 2019 3 commits
-
-
patrik.simons@neotide.fi authored
--HG-- branch : issue-1321
-
patrik.simons@neotide.fi authored
Rename max_row and max_column to row_counter and col_counter so they are not confused with the worksheet properties. --HG-- branch : issue-1321
-
patrik.simons@neotide.fi authored
--HG-- branch : issue-1321
-
- 15 Nov, 2019 1 commit
-
-
patrik.simons@neotide.fi authored
Use the current row number when the r attribute for a row is missing. Reset the current column when parsing a new row so cells missing the r attribute get the correct column. --HG-- branch : issue-1321
-
- 26 Jun, 2019 1 commit
-
- 09 Mar, 2019 1 commit
-
-
Dmitriy Ferens authored
--HG-- branch : bugfix/merge-cell-hyperlink
-
- 08 Mar, 2019 1 commit
-
-
Dmitriy Ferens authored
--HG-- branch : bugfix/merge-cell-hyperlink
-
- 27 Feb, 2019 1 commit
-
- 23 Feb, 2019 1 commit
-
- 11 Feb, 2019 1 commit
-
-
CharlieC authored
--HG-- branch : 2.6
-
- 04 Jan, 2019 1 commit
-
- 14 Dec, 2018 2 commits
-
-
CharlieC authored
--HG-- branch : 2.6
-
- 22 Nov, 2018 2 commits
- 17 Nov, 2018 1 commit
-
-
Felix Siebeneicker authored
--HG-- branch : 3.0
-
- 26 Oct, 2018 1 commit
-
-
CharlieC authored
--HG-- branch : 2.6
-
- 24 Oct, 2018 3 commits
- 23 Oct, 2018 7 commits