mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-22 16:19:19 +00:00
Improved handling of @ format mask
Note that it still doesn't work fully if in section 4
This commit is contained in:
@@ -373,6 +373,27 @@ return [
|
||||
'test',
|
||||
'_-€* #,##0.00_-;"-€"* #,##0.00_-;_-€* -??_-;_-@_-',
|
||||
],
|
||||
// String masks (ie. @)
|
||||
[
|
||||
'World',
|
||||
'World',
|
||||
'@',
|
||||
],
|
||||
[
|
||||
'Hello World',
|
||||
'World',
|
||||
'Hello @',
|
||||
],
|
||||
[
|
||||
'Hello World',
|
||||
'World',
|
||||
'"Hello "@',
|
||||
],
|
||||
[
|
||||
'Meet me @ The Boathouse @ 16:30',
|
||||
'The Boathouse',
|
||||
'"Meet me @ "@" @ 16:30"',
|
||||
],
|
||||
// Named colours
|
||||
// Simple color
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user