diff options
author | xuri <xuri.me@gmail.com> | 2020-11-19 21:38:35 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2020-11-19 21:38:35 +0800 |
commit | 599a8cb0bceb6cb14d3018360bb4c5140753c2b3 (patch) | |
tree | 30128b1d6c475db2719cce3e811bef826e8a20d1 /README.md | |
parent | 92c8626f814c3bcb91e30f83de8e68c9b8bb9a5f (diff) |
Fixed #727, rounding numeric with precision for formula calculation
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ <a href="https://goreportcard.com/report/github.com/360EntSecGroup-Skylar/excelize"><img src="https://goreportcard.com/badge/github.com/360EntSecGroup-Skylar/excelize" alt="Go Report Card"></a> <a href="https://pkg.go.dev/github.com/360EntSecGroup-Skylar/excelize/v2?tab=doc"><img src="https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white" alt="go.dev"></a> <a href="https://opensource.org/licenses/BSD-3-Clause"><img src="https://img.shields.io/badge/license-bsd-orange.svg" alt="Licenses"></a> - <a href="https://www.paypal.me/xuri"><img src="https://img.shields.io/badge/Donate-PayPal-green.svg" alt="Donate"></a> + <a href="https://www.paypal.com/paypalme/xuri"><img src="https://img.shields.io/badge/Donate-PayPal-green.svg" alt="Donate"></a> </p> # Excelize |