You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 19, 2024. It is now read-only.
Thanks for the PR! I have renamed the property to 'explicitValue' to fit the naming scheme better and added a unit test to cover the new feature. Will be part of version 2.2 which will be released today.
Thanks for the PR! I have renamed the property to 'explicitValue' to fit the naming scheme better and added a unit test to cover the new feature. Will be part of version 2.2 which will be released today.
I have a problem when I try to render a string that contains an integer value into a cell.
If myValue = '1.50' (as a string) then it renders a 1.5 integer value into excel file. I found some information here and here
The problem is that I need to execute setValueExplicit method instead of setValue.
I can provide a PR to solve this behaviour if you want. Are you agree?
The text was updated successfully, but these errors were encountered: