Compare commits

...

2 Commits

Author SHA1 Message Date
Sergey Shuchkin 306aa7dad9
Merge pull request #113 from DevOlegKosarev/patch-1
Update README.md
2023-04-20 02:03:56 +06:00
Oleg Kosarev dc974d2ef9
Update README.md
Add in example Currency Float (other)
2023-04-19 14:11:53 -05:00
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ $data = [
['Currency €', '200 €'],
['Currency ₽', '1200.30 ₽'],
['Currency (other)', '<style nf="&quot;£&quot;#,##0.00">500</style>'],
['Currency Float (other)', '<style nf="#,##0.00\ [$£-1];[Red]#,##0.00\ [$£-1]">500.250</style>'],
['Datetime', '2020-05-20 02:38:00'],
['Date', '2020-05-20'],
['Time', '02:38:00'],