mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-22 08:09:15 +00:00
Issue 3381 - Fix decimal precision for Scientific Number Format Mask
This commit is contained in:
@@ -1479,4 +1479,19 @@ return [
|
||||
'1111.119',
|
||||
'[$€-en_US]_(#,##0.00_);[$€-en_US] (#,##0.00)',
|
||||
],
|
||||
[
|
||||
'-1.2E+4',
|
||||
-12345.6789,
|
||||
'0.0E+00',
|
||||
],
|
||||
[
|
||||
'-1.23E+4',
|
||||
-12345.6789,
|
||||
'0.00E+00',
|
||||
],
|
||||
[
|
||||
'-1.235E+4',
|
||||
-12345.6789,
|
||||
'0.000E+00',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user