Skip to content
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

Worksheet/Table/Column[Span] in XML reader #3569

Closed
1 of 8 tasks
SlowFox71 opened this issue May 16, 2023 · 1 comment · Fixed by #3567
Closed
1 of 8 tasks

Worksheet/Table/Column[Span] in XML reader #3569

SlowFox71 opened this issue May 16, 2023 · 1 comment · Fixed by #3567

Comments

@SlowFox71
Copy link

SlowFox71 commented May 16, 2023

This is:

- [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

@oleibman
Copy link
Collaborator

Thanks for the sample, I understand the request now. I am able to include this request in my PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants