Looking for an answer, I found many questions regarding turning a table into a spreadsheet or outputting a table into a spreadsheet, but did nothing about creating an Excel spreadsheet in a spreadsheet using PHPExcel.
I would like to create a table in Excel, that is, I would like to highlight the cell / data section from the rest of the table so that the data can be sorted and filtered regardless of the rest of the worksheet. This is the same as doing Insert
โ Table
in Excel.
This seems pretty common, but I can't find a way to do this in the PHPExcel documentation.
How to create a spreadsheet in a spreadsheet using PHPExcel?
source share