https://github.com/loanmatteusz/export-xlsx-with-currency-style
Export xlsx file with collum "value" in two decimal places.
https://github.com/loanmatteusz/export-xlsx-with-currency-style
Last synced: 4 months ago
JSON representation
Export xlsx file with collum "value" in two decimal places.
- Host: GitHub
- URL: https://github.com/loanmatteusz/export-xlsx-with-currency-style
- Owner: loanmatteusz
- Created: 2022-05-07T03:29:16.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T18:46:40.000Z (over 2 years ago)
- Last Synced: 2025-01-02T01:18:14.205Z (5 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Problem:
- `"E" collumn` is setted all decimal places of the calculate as defaul, but the "value" is a currency and not is interessing use more than two decimal places in your view. The `script` will to set your style with to fixed two decimal places.---
- In this table you visualize `"E" collumn` with two decimal places, but the really value has more than two decimal cases.
- Example: In Naiara's row, the value is shown as `696.06`, but the really value is `696.0587999999999`.