You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am sorry, I do not understand the problem. Are you saying that getValue is returning LF which is not in the spreadsheet cell? If so, can you provide the complete program which demonstrates the problem? I cannot tell from your sample what is supposed to be in the erroneous cell.
This is:
What is the expected behavior?
only the content with spaces before and after would be returned
What is the current behavior?
Content This is:
What is the expected behavior?
only the content with spaces before and after would be returned
What is the current behavior?
Content with get additional LF before and after text.
What are the steps to reproduce?
add spaces beforea/after the cell data, xlsx "sharedStrings.xml" will create:
XXXX
What features do you think are causing the issue
It look like, that the XML was formated (LF added) and than the content written to the value property.
Does an issue affect all spreadsheet file formats? If not, which formats are affected?
only xlsx testet
Which versions of PhpSpreadsheet and PHP are affected?
current versionwith get additional LF before and after text.
What are the steps to reproduce?
add spaces beforea/after the cell data, xlsx "sharedStrings.xml" will create:
XXXX
What features do you think are causing the issue
It look like, that the XML was formated (LF added) and than the content written to the value property.
Does an issue affect all spreadsheet file formats? If not, which formats are affected?
only xlsx testet
Which versions of PhpSpreadsheet and PHP are affected?
current version
The text was updated successfully, but these errors were encountered: