Skip to content

setCellIntFunc Data type conversion error #1681

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ppwator opened this issue Oct 4, 2023 · 1 comment
Closed

setCellIntFunc Data type conversion error #1681

ppwator opened this issue Oct 4, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@ppwator
Copy link

ppwator commented Oct 4, 2023

Description

  1. in cell.go setCellIntFunc have error for Data type conversion

case uint64:
err = f.SetCellInt(sheet, axis, int(v))

Steps to reproduce the issue:
all

Excelize version or commit ID:
all

Snipaste_2023-10-04_14-29-18

@xuri xuri added needs more info This issue can't reproduce, need more info bug Something isn't working in progress Working in progress and removed needs more info This issue can't reproduce, need more info labels Oct 4, 2023
@xuri xuri closed this as completed in 99df1a7 Oct 7, 2023
@xuri
Copy link
Member

xuri commented Oct 7, 2023

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

@xuri xuri removed the in progress Working in progress label Oct 7, 2023
jenbonzhang pushed a commit to jenbonzhang/excelize that referenced this issue Oct 22, 2023
- Fix incorrect formula calculation result
- Introduce new exported function `SetCellUint`
- Updates unit test
- Typo fixed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants