Skip to content

Commit 51453db

Browse files
author
Mark Baker
authored
Merge pull request #2650 from PHPOffice/Changelog-Updates
Minor updates to the change log
2 parents 7f79e7a + 16ad02b commit 51453db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
1212
- Implementation of the ISREF() information function.
1313
- Added support for reading "formatted" numeric values from Csv files; although default behaviour of reading these values as strings is preserved.
1414

15-
(i.e a value of "12,345.67" will be read as numeric `1235.67`, not as a string `"12,345.67"`.
15+
(i.e a value of "12,345.67" can be read as numeric `1235.67`, not simply as a string `"12,345.67"`, if the `castFormattedNumberToNumeric()` setting is enabled.
1616

1717
This functionality is locale-aware, using the server's locale settings to identify the thousands and decimal separators.
1818

@@ -40,7 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
4040
- Fixed behaviour of XLSX font style vertical align settings.
4141
- Resolved formula translations to handle separators (row and column) for array functions as well as for function argument separators; and cleanly handle nesting levels.
4242

43-
Note that this method is used when translating Excel functions between en and other locale languages, as well as when converting formulae between different spreadsheet formats (e.g. Ods to Excel).
43+
Note that this method is used when translating Excel functions between `en_us` and other locale languages, as well as when converting formulae between different spreadsheet formats (e.g. Ods to Excel).
4444

4545
Nor is this a perfect solution, as there may still be issues when function calls have array arguments that themselves contain function calls; but it's still better than the current logic.
4646

0 commit comments

Comments
 (0)