xlsx icon indicating copy to clipboard operation
xlsx copied to clipboard

Replace Double in CellValue by Scientific

Open olafklinke opened this issue 9 months ago • 9 comments

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.

olafklinke avatar May 17 '24 16:05 olafklinke