-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
splitted RichElements #476
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Reopening. Fix will be available in a day or two. |
oleibman
added a commit
to oleibman/PhpSpreadsheet
that referenced
this issue
Jul 12, 2024
Fix PHPOffice#476. Another in the "better late than never" series, closed as stale in June 2018. Xlsx Writer expects cells containing RichText to have DataType `TYPE_INLINE`; but the spreadsheet associated with the issue has the cell defined as `TYPE_STRING`. Change Writer to handle RichText TYPE_STRING appropriately.
11 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is:
What is the expected behavior?
Not exactly a bug, it's a strange behaviour.
I want just 1 RichText object out of "Geneva Refugee Convention and Protocol"
What is the current behavior?
Two RichText objects: "Geneva Refugee Convention " and " and Protocol" with exactly the same proprieties (Font Object).
What are the steps to reproduce?
File: rich.xlsx
Which versions of PhpSpreadsheet and PHP are affected?
PHP: 7.2.4
phpspreadsheet: 1.2.1
The text was updated successfully, but these errors were encountered: