mirror of
https://github.com/troldal/OpenXLSX.git
synced 2025-05-09 02:11:09 +08:00
2025-01-10 README.md editorial #2
This commit is contained in:
parent
fa7e7db622
commit
cb2c43c2f9
@ -26,7 +26,7 @@ Please refer to ```Demo10.cpp``` lines 454ff for an example on how to use the fu
|
||||
## Recent changes
|
||||
|
||||
### (aral-matrix) 10 January 2025 - bugfixes to XLDateTime, implicit conversion to double for integer, bool cell values
|
||||
* XLDateTime::tm() BUGFIX: added overflow handling in rounded seconds at the end of a minute to address issue #138
|
||||
* XLDateTime::tm() BUGFIX: added overflow handling in rounded seconds at the end of a minute to address https://github.com/troldal/OpenXLSX/issues/138
|
||||
* XLDateTime::tm() BUGFIX: account for fractions (time of day) in loops counting year & month
|
||||
* XLDateTime::tm() precaution: added safeguards against infinite loops counting year & month
|
||||
* XLCellValue: added implicit conversion from integer & bool for ```XLCellValue::get<double>()``` and ```XLCellValue::get<XLDateTime>()```. Note: implicit conversion from string is available in ```VisitXLCellValueTypeToDouble```, but disabled (forced throw)
|
||||
|
Loading…
x
Reference in New Issue
Block a user