Skip to content

Commit add064e

Browse files
committed
Migrate Shared\Date methods
Closes #247
1 parent b14234b commit add064e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/PhpSpreadsheet/Helper/Migrator.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,9 @@ public function getMapping()
210210
'SECONDOFMINUTE' => 'SECOND',
211211
'DAYOFWEEK' => 'WEEKDAY',
212212
'WEEKOFYEAR' => 'WEEKNUM',
213+
'ExcelToPHPObject' => 'excelToDateTimeObject',
214+
'ExcelToPHP' => 'excelToTimestamp',
215+
'FormattedPHPToExcel' => 'formattedPHPToExcel',
213216
];
214217

215218
return $mapping;

0 commit comments

Comments
 (0)