An open API service indexing awesome lists of open source software.

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.

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`.

![image](https://user-images.githubusercontent.com/39535956/167237207-85628722-5bc7-4354-96cb-3f0e5e71a0cb.png)