mirror of
https://github.com/retailcrm/PHPExcel.git
synced 2025-04-03 21:33:36 +03:00
Fix reference to worksheet/cell collection from cell in isDateTime()
This commit is contained in:
parent
80e3c46f3a
commit
b42d4a353c
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ class PHPExcel_Shared_Date
|
|||
*/
|
||||
public static function isDateTime(PHPExcel_Cell $pCell) {
|
||||
return self::isDateTimeFormat(
|
||||
$pCell->getParent()->getStyle(
|
||||
$pCell->getWorksheet()->getStyle(
|
||||
$pCell->getCoordinate()
|
||||
)->getNumberFormat()
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue