PHPSpreadsheet: How to find last cell in worksheet
According to the PHPSpreadsheet docs "Accessing cells in a Spreadsheet should be pretty straightforward." but the only references are to finding cells by cell coordinate such as: $spreadsheet->getActiveSheet() ->getCell(‘B8’) ->setValue(‘Some value’); What I am trying to do is something I thought would be simple and that is to locate the last cell with input and… Read More PHPSpreadsheet: How to find last cell in worksheet