This is:
What is the expected behavior?
Having a Xlsx with autofilters on areas defined by $A:$F are loaded without errors
What is the current behavior?
Exception "Invalid cell coordinate A"
What are the steps to reproduce?
Create an Xlsx with autofilter over area $Table1.$A:$F
- new Xlsx
- Enter some column labels in first row
- mark whole sheet and hit "Autofilter"
- save under /var/www/html/web/template.xlsx
<?php
require __DIR__ . '/vendor/autoload.php';
// Create new Spreadsheet object
$spreadsheet = \PhpOffice\PhpSpreadsheet\IOFactory::load('/var/www/html/web/template.xlsx');
// throws "Invalid cell coordinate A"
Which versions of PhpSpreadsheet and PHP are affected?
- phpoffice/phpspreadsheet v1.4.1
- PHP 7.2.11
This is:
What is the expected behavior?
Having a Xlsx with autofilters on areas defined by $A:$F are loaded without errors
What is the current behavior?
Exception "Invalid cell coordinate A"
What are the steps to reproduce?
Create an Xlsx with autofilter over area $Table1.$A:$F
Which versions of PhpSpreadsheet and PHP are affected?