mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-16 04:56:34 +00:00
Fix hyperlink reading in ODS files
This commit is contained in:
committed by
Adrien Crivelli
parent
e95a267034
commit
c99ec67d68
@@ -485,6 +485,9 @@ class OOCalc extends BaseReader implements IReader
|
||||
$spanSection .= $spanData;
|
||||
}
|
||||
array_push($dataArray, $spanSection);
|
||||
} elseif (isset($pData->a)) {
|
||||
//Reading the hyperlinks in p
|
||||
array_push($dataArray, $pData->a);
|
||||
} else {
|
||||
array_push($dataArray, $pData);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user