- π©πͺGermany Elin Yordanov
Apparently it does not possible with this module, since in the `encode` method below, the active sheet index is hard coded to 0.
// Instantiate a new excel object. $xls = new Spreadsheet(); $xls->setActiveSheetIndex(0); $sheet = $xls->getActiveSheet(); // Set headers. $this->setHeaders($sheet, $data, $context); // Set the data. $this->setData($sheet, $data);
- Status changed to Postponed: needs info
9 days ago 11:17pm 12 November 2024 - π«π·France mably
@genellann could you explain a bit more in detail why you would need to create an Excel file with multiple sheets in it?