| #
1f71f1d8
|
| 08-Jan-2023 |
Damjan Jovanovic <damjan.jov@gmail.com> |
Add support for the new XLSX date type in cells, denoted with attribute t="d", used by Excel 2010.
Also refactor the code so the datetime attribute in pivot tables is also parsed by the same functio
Add support for the new XLSX date type in cells, denoted with attribute t="d", used by Excel 2010.
Also refactor the code so the datetime attribute in pivot tables is also parsed by the same function, and increase the parsing accuracy to the maximum (HundredthSeconds, instead of just Seconds).
Fixes: #127034 - xlsx file: imported DateTime cells are empty (Excel 2010 compatible) Patch by: me
(cherry picked from commit 9621e552cdf723df9a998b3af4218407d6c66e37)
show more ...
|
| #
f4ffe9ae
|
| 06-Jan-2023 |
Damjan Jovanovic <damjan@apache.org> |
When rows and cells lack the "r" attribute used to specify their location, use the location of the most recently added row or cell + 1.
Fixes: #127672 - Xlsx with omitted cell references opens with
When rows and cells lack the "r" attribute used to specify their location, use the location of the most recently added row or cell + 1.
Fixes: #127672 - Xlsx with omitted cell references opens with empty cells Patch by: me
(cherry picked from commit 9c741048d2a06db94d9507ba978d3aecd557e7e9)
show more ...
|