PHPOffice / PHPExcel

ARCHIVED
Other
11.46k stars 4.19k forks source link

Calculation/LookupRef.php - wrong function name _getMatrixDimensions #1383

Closed ArtemBro closed 6 years ago

ArtemBro commented 6 years ago

Hi!

Calculation/LookupRef.php contains function call PHPExcel_Calculation::_getMatrixDimensions on lines 166 and 244, but PHPExcel_Calculation class has function getMatrixDimensions (without _) and it's private

PHPExcel 1.8.1