Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Xlsx Writer's handling of decimal commas (#1282)
Perform the comma -> period substitution in Xlsx Writer writeCell() before checking if the decimal value has a period in it. The previous behavior led to decimals of the form "1,1" to become "1.1.0".
- Loading branch information