We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description
case uint64: err = f.SetCellInt(sheet, axis, int(v))
Steps to reproduce the issue: all
Excelize version or commit ID: all
The text was updated successfully, but these errors were encountered:
99df1a7
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.
Sorry, something went wrong.
This closes qax-os#1681, closes qax-os#1683
b51e86e
- Fix incorrect formula calculation result - Introduce new exported function `SetCellUint` - Updates unit test - Typo fixed
No branches or pull requests
Description
case uint64:
err = f.SetCellInt(sheet, axis, int(v))
Steps to reproduce the issue:
all
Excelize version or commit ID:
all
The text was updated successfully, but these errors were encountered: