PhpSpreadsheet/tests/data/Shared/Date
Christoph Ziegenberg ca506ba87f
Corrected date time detection (#1492)
* Corrected date time detection

German and Swiss ZIP codes (special formats provided in German Excel versions) were detected as date time value, because the regular expression for date time formats falsely matched their formats ("\C\H\-00000" and "\D-00000").
2020-06-20 17:15:38 +02:00
..
DateTimeToExcel.php
ExcelToTimestamp1900.php
ExcelToTimestamp1900Timezone.php
ExcelToTimestamp1904.php
FormatCodes.php Corrected date time detection (#1492) 2020-06-20 17:15:38 +02:00
FormattedPHPToExcel1900.php
TimestampToExcel1900.php
TimestampToExcel1904.php