You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -19,11 +19,11 @@ and this project adheres to [Semantic Versioning](https://semver.org).
19
19
### Changed
20
20
21
21
- Gnumeric Reader now loads number formatting for cells.
22
-
- Gnumeric Reader now correctly identifies selected worksheet.
22
+
- Gnumeric Reader now correctly identifies selected worksheet and selected cells in a worksheet.
23
23
- Some Refactoring of the Ods Reader, moving all formula and address translation from Ods to Excel into a separate class to eliminate code duplication and ensure consistency.
24
24
- Make Boolean Conversion in Csv Reader locale-aware when using the String Value Binder.
25
25
26
-
This is determined b the Calculation Engine locale setting.
26
+
This is determined by the Calculation Engine locale setting.
27
27
28
28
(i.e. `"Vrai"` wil be converted to a boolean `true` if the Locale is set to `fr`.)
0 commit comments