Laravel – PhpSpreadsheet: Getting 'Invalid cell coordinate' error despite using integer column indices in setCellValueByColumnAndRow
I'm encountering an issue with PhpSpreadsheet where I'm getting an "Invalid cell coordinate" error while trying to export an excel report from laravel project, Specifically with coordinates like '01'. I've checked my code and ensured that I'm using integer column…