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

Xlsx Reader Warning When No sz Tag for RichText #2550

Merged
merged 2 commits into from Feb 12, 2022

Conversation

oleibman
Copy link
Collaborator

@oleibman oleibman commented Feb 3, 2022

Fix #2542. Xlsx Reader is expecting a sz tag when reading RichText, but it is not required, and PhpSpreadsheet issues a warning message when it is missing.

This is:

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

Checklist:

Why this change is needed?

Fix PHPOffice#2542. Xlsx Reader is expecting a `sz` tag when reading RichText, but it is not required, and PhpSpreadsheet issues a warning message when it is missing.
@oleibman oleibman merged commit 5bf0656 into PHPOffice:master Feb 12, 2022
@oleibman oleibman deleted the issue2542 branch February 13, 2022 08:56
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.

SimpleXML warning when reading a spreadsheet
1 participant