mirror of
https://github.com/shuchkin/simplexlsxgen.git
synced 2023-08-10 21:12:59 +03:00
Updated examples to include background fill
This commit is contained in:
parent
2ee7237016
commit
e145bd5777
@ -62,6 +62,7 @@ $data = [
|
||||
['Strike', '<s>12345.67</s>'],
|
||||
['Green', '<color rgb="0000FF00">12345.67</color>'],
|
||||
['Bold Red Text', '<b><color rgb="00FF0000">12345.67</color></b>'],
|
||||
['Blue Text and Yellow Fill', '<fill rgb="00FFFF00"><color rgb="000000FF">12345.67</color></fill>'],
|
||||
['Bold + Italic', '<b><i>12345.67</i></b>'],
|
||||
['Hyperlink', 'https://github.com/shuchkin/simplexlsxgen'],
|
||||
['Italic + Hyperlink + Anchor', '<i><a href="https://github.com/shuchkin/simplexlsxgen">SimpleXLSXGen</a></i>'],
|
||||
|
Loading…
Reference in New Issue
Block a user