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
- [ ] 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?
rowspans/colspans are respected for each HTML document added to an existing spreadsheet as a new worksheet. The protected $rowspan class property should be emptied on each call to "loadIntoExisting"
What is the current behavior?
rowspans/colspans are cached by column reference across the entire spreadsheet meaning additional sheets added to the spreadsheet start at the wrong column index
What are the steps to reproduce?
You will need two html files containing tables with rowspans/colspans defined
…Existing
Rowspans/colspans are now respected for each HTML document added to an existing
spreadsheet as a new worksheet. The protected $rowspan class property should
be emptied on each call to `loadIntoExisting`.
FixesPHPOffice#619FixesPHPOffice#620
This is:
What is the expected behavior?
rowspans/colspans are respected for each HTML document added to an existing spreadsheet as a new worksheet. The protected $rowspan class property should be emptied on each call to "loadIntoExisting"
What is the current behavior?
rowspans/colspans are cached by column reference across the entire spreadsheet meaning additional sheets added to the spreadsheet start at the wrong column index
What are the steps to reproduce?
You will need two html files containing tables with rowspans/colspans defined
Please provide a Minimal, Complete, and Verifiable example of code that exhibits the issue without relying on an external Excel file or a web server:
Which versions of PhpSpreadsheet and PHP are affected?
Latest (1.3.1)
The text was updated successfully, but these errors were encountered: