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

Preserve calculated value type in Xlsx writer #394

Closed
wants to merge 2 commits into from

Conversation

Josh-G
Copy link
Contributor

@Josh-G Josh-G commented Feb 26, 2018

This is:

- [x] a bugfix
- [ ] a new feature

Checklist:

Why this change is needed?

Fixes a bug causing TRUE/FALSE calculated values to be saved as an integer type in Xlsx writer (mentioned in #390). This PR ensures the correct boolean type attribute is set. The test case validates that the set of test values is correctly represented and unchanged after a write + load.

@PowerKiKi PowerKiKi requested review from MarkBaker and removed request for MarkBaker March 3, 2018 10:19
@PowerKiKi PowerKiKi closed this in a089a87 Mar 3, 2018
@PowerKiKi
Copy link
Member

Thanks I adapted slightly the tests and merged it.

Dfred pushed a commit to Dfred/PhpSpreadsheet that referenced this pull request Nov 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants