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
- [X] a bug report
- [X] a feature request
- [ ] **not** a usage question (ask them on https://stackoverflow.com/questions/tagged/phpspreadsheet or https://gitter.im/PHPOffice/PhpSpreadsheet)
What is the expected behavior?
Apply to the appropriate number of columns if the attribute ss:Span is given.
ss:Span simply instructs excel to repeat the definition the given number of times. will thus in total affect 4 columns. The attached example uses this to set colum widhts for A to D (this example is not hand-crafted but was created exactly like this by Excel). test.txt
What is the current behavior?
ss:Span is ignored and applied to a single column
What features do you think are causing the issue
Reader
Writer
Styles
Data Validations
Formula Calculations
Charts
AutoFilter
Form Elements
Does an issue affect all spreadsheet file formats? If not, which formats are affected?
XML format only
Which versions of PhpSpreadsheet and PHP are affected?
all versions
The text was updated successfully, but these errors were encountered:
This is:
What is the expected behavior?
Apply to the appropriate number of columns if the attribute ss:Span is given.
ss:Span simply instructs excel to repeat the definition the given number of times. will thus in total affect 4 columns. The attached example uses this to set colum widhts for A to D (this example is not hand-crafted but was created exactly like this by Excel).
test.txt
What is the current behavior?
ss:Span is ignored and applied to a single column
What features do you think are causing the issue
Does an issue affect all spreadsheet file formats? If not, which formats are affected?
XML format only
Which versions of PhpSpreadsheet and PHP are affected?
all versions
The text was updated successfully, but these errors were encountered: