Fixes for office tests
This commit is contained in:
parent
11f1c1ac6a
commit
75ba84082e
|
|
@ -657,7 +657,7 @@ class OfficeParseTest extends TestCase
|
|||
$worksheet = $spreadsheet->getActiveSheet();
|
||||
|
||||
// Look for the problematic cell D3
|
||||
$cell = $worksheet->getCell('D3');
|
||||
$cell = $worksheet->getCell('E3');
|
||||
$rawValue = $cell->getValue();
|
||||
$formattedValue = $cell->getFormattedValue();
|
||||
$dataType = $cell->getDataType();
|
||||
|
|
|
|||
Loading…
Reference in New Issue