Update README.md

This commit is contained in:
mrjemson 2022-04-22 17:51:35 +10:00 committed by GitHub
parent ac34d8f527
commit 139602c340
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,8 @@ $data = [
['Italic', '<i>12345.67</i>'],
['Underline', '<u>12345.67</u>'],
['Strike', '<s>12345.67</s>'],
['Green', '<color rgb="0000FF00">12345.67</color>'],
['Bold Red Text', '<b><color rgb="00FF0000">12345.67</color></b>'],
['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>'],