excelize icon indicating copy to clipboard operation
excelize copied to clipboard

numFmt cannot handle format

Open aschereT opened this issue 2 years ago • 0 comments

Description numFmt does not handle format "000" correctly. In numfmt.go:340, only "0" is handled and not any other zero placeholders.

Steps to reproduce the issue:

  1. Download npf-test.zip
  2. Extract to a temporary directory
  3. Run go run .

Describe the results you received:

❯ go run .
0 123

Describe the results you expected:

❯ go run .
0 123
1 456

Output of go version:

go version go1.19 darwin/amd64

Excelize version or commit ID:

v2.6.0

Environment details (OS, Microsoft Excel™ version, physical, etc.):

aschereT avatar Aug 09 '22 23:08 aschereT

Thanks for your feedback. This issue has been fixed, please upgrade to the master branch code, and this patch will be released in the next version.

xuri avatar Aug 11 '22 16:08 xuri