mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-22 08:09:15 +00:00
Merge branch 'master' into atsign
This commit is contained in:
@@ -81,4 +81,5 @@ return [
|
||||
'no arguments' => ['exception'],
|
||||
'one argument' => ['exception', 1.75],
|
||||
'boolean in lieu of string' => ['TRUE', true, '@'],
|
||||
'system long date format' => ['Sunday, January 1, 2012', '1-Jan-2012', '[$-x-sysdate]'],
|
||||
];
|
||||
|
||||
@@ -160,4 +160,10 @@ return [
|
||||
false,
|
||||
'\D-00000',
|
||||
],
|
||||
[true, '[$-F800]'],
|
||||
[true, 'hello[$-F400]goodbye'],
|
||||
[false, '[$-F401]'],
|
||||
[true, '[$-x-sysdate]'],
|
||||
[true, '[$-x-systime]'],
|
||||
[false, '[$-x-systim]'],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user