excel-parser
excel-parser copied to clipboard
Parsing a cell as a String should not format the content
When parsing a numeric field as a string it's formatted to a number with one digit. In my opinion parsing the value as a string should return the raw value not a formatted value.