csv.stringify StringifyOptions to output numbers in fixed point notation without trailing zeros
Open
csv
suggestion
- Dominant language
- TypeScript
- Stars
- 3.6k
- Forks
- 681
- PR merge metrics
- No merged PRs in 30d
Description
When outputting CSV fields that are small numbers, the output can end up in scientific notation. This can confuse spreadsheet software.

**Describe the solution you'd like**
A StringifyOption to disable scientific notation.
**Describe alternatives you've considered**
Using Big.js.
Contributor guide
Assessment
This issue has not been assessed yet.