mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-25 16:28:18 +00:00
8dddf56c2e
This simplify code, increase readability and improve the function signature for API users.
25 lines
230 B
PHP
25 lines
230 B
PHP
<?php
|
|
|
|
return [
|
|
[
|
|
'XLIX',
|
|
49,
|
|
],
|
|
[
|
|
'L',
|
|
50,
|
|
],
|
|
[
|
|
'MMXII',
|
|
2012,
|
|
],
|
|
[
|
|
'CMXCIX',
|
|
999,
|
|
],
|
|
[
|
|
'CDXCIX',
|
|
499,
|
|
],
|
|
];
|