| 9621e552 | 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
show more ...
|