I need to read a cell with HTML #2812
Answered
by
brothman-unbridled
brothman-unbridled
asked this question in
Q&A
-
Obviously this plugin works beautifully for everything else, but I have a cell with HTML and text in it but when PhpSpreadsheet returns input for that cell it returns sanitized text without the HTML code that I need in it. Can I tell PhpSpreadsheet to read that entire cell? |
Beta Was this translation helpful? Give feedback.
Answered by
brothman-unbridled
May 6, 2022
Replies: 1 comment 1 reply
-
I don't see any problem when I attempt that. Perhaps there is something about your spreadsheet and/or code which triggers a problem which my test doesn't encounter. Can you upload those? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hmm ok so you are saying something else in the code is sanitizing the input and it is not an inherent part of PhpSpreadsheet... that actually puts me on the right track, thanks