- 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
-
- 28 Jan, 2021 1 commit
-
- 11 Jan, 2021 1 commit
-
-
CharlieC authored
--HG-- branch : 3.0
-
- 07 Jan, 2021 2 commits
-
-
Victor Korobkovsky authored
--HG-- branch : 3.0 --HG-- branch : 3.0
-
CharlieC authored
--HG-- branch : 3.0
-
- 06 Jan, 2021 1 commit
-
- 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
-
- 07 Oct, 2020 1 commit
-
- 05 Oct, 2020 2 commits
-
-
CharlieC authored
--HG-- branch : 3.0
-
- 22 Jul, 2020 2 commits
-
-
CharlieC authored
--HG-- branch : 3.0
-
- 07 Jul, 2020 1 commit
-
- 02 Jul, 2020 1 commit
-
- 30 Jun, 2020 2 commits
-
-
CharlieC authored
--HG-- branch : 3.0
-
- 19 Jun, 2020 2 commits
-
-
CharlieC authored
--HG-- branch : 3.0
- 18 Jun, 2020 1 commit
-
-
CharlieC authored
--HG-- branch : 3.0
-
- 10 Jun, 2020 1 commit
-
-
CharlieC authored
--HG-- branch : 3.0
-
- 09 Jun, 2020 3 commits
-
-
CharlieC authored
--HG-- branch : 3.0
- 08 Jun, 2020 4 commits
- 07 Jun, 2020 2 commits
- 04 Jun, 2020 3 commits
- 03 Jun, 2020 2 commits
-
-
CharlieC authored
--HG-- branch : 3.0
- 28 May, 2020 2 commits
- 27 May, 2020 2 commits
- 26 May, 2020 1 commit
-
-
saykharng authored
--HG-- branch : 3.0
-