denoland / std

The Deno Standard Library
https://jsr.io/@std
MIT License
3.21k stars 621 forks source link

csv.stringify StringifyOptions to output numbers in fixed point notation without trailing zeros #6080

Open dandv opened 1 month ago

dandv commented 1 month ago

When outputting CSV fields that are small numbers, the output can end up in scientific notation. This can confuse spreadsheet software.

image

Describe the solution you'd like

A StringifyOption to disable scientific notation.

Describe alternatives you've considered

Using Big.js.

lionel-rowe commented 1 month ago

A few things to bear in mind: