Fixes for office tests

This commit is contained in:
David Bomba 2025-08-04 12:16:26 +10:00
parent 11f1c1ac6a
commit 75ba84082e
1 changed files with 1 additions and 1 deletions

View File

@ -657,7 +657,7 @@ class OfficeParseTest extends TestCase
$worksheet = $spreadsheet->getActiveSheet(); $worksheet = $spreadsheet->getActiveSheet();
// Look for the problematic cell D3 // Look for the problematic cell D3
$cell = $worksheet->getCell('D3'); $cell = $worksheet->getCell('E3');
$rawValue = $cell->getValue(); $rawValue = $cell->getValue();
$formattedValue = $cell->getFormattedValue(); $formattedValue = $cell->getFormattedValue();
$dataType = $cell->getDataType(); $dataType = $cell->getDataType();