Skip to content
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

Support bool type values on Cell.SetValue() #782

Merged
merged 1 commit into from
Oct 24, 2023

Conversation

WKBae
Copy link
Contributor

@WKBae WKBae commented Sep 25, 2023

Cell.SetValue(bool) sets the cell's value to be a plain string "true"/"false", instead of the expected boolean values, displayed as "TRUE" or "FALSE" on MS Excel.
Add the missing bool type case in SetValue to call Cell.SetBool.

@ghost
Copy link

ghost commented Sep 25, 2023

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

@tealeg
Copy link
Owner

tealeg commented Oct 24, 2023

Thanks @WKBae !

@tealeg tealeg merged commit cab4e03 into tealeg:master Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants