-
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
SYLK Comments #2276
Comments
See #2267 for an additional issue regarding SYLK. |
oleibman
added a commit
to oleibman/PhpSpreadsheet
that referenced
this issue
Aug 22, 2021
Fixes issue PHPOffice#2276.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is:
This SYLK file includes cell comments:
(The control characters are
\x1b
and are part of the encoding of newlines characters)The
A
field in SYLK apparently specifies a cell comment.What is the expected behavior?
Comment text should be available at
$sheet->getComment("A1")->getText()
and$sheet->getComment("B2")->getText()
What is the current behavior?
No text is available
What are the steps to reproduce?
Save the SYLK codeblock to
comment.slk
and runWhich versions of PhpSpreadsheet and PHP are affected?
All versions of PHPSpreadsheet and every commit of PHPExcel on github
The text was updated successfully, but these errors were encountered: