xlsx
xlsx copied to clipboard
Replace Double in CellValue by Scientific
The XML contains decimal values, which are accurately represented by Scientific
but not by Double
as in the CellDouble
constructor of CellValue
. This PR makes CellDouble
a pattern synonym and replaces the old constructor by a new constuctor CellDecimal
which holds a Scientific
value.
For motivation, see this issue.