Thank you so much for your work in creating and maintaining write_xlsx. I am getting a lot of benefit from it.
I have some names in a table column, like:
Smith, Emma
Liu, Jenny
Peters, Terry
I would really like to format them so they look like this:
Smith, Emma
Liu, Jenny
Peters, Terry
I know about write_rich_string, but am wondering if it is possible to write rich strings in the context of a table. That is, to include the rich formatting in the data that is provided to the table.
Thanks and regards :)
Thank you so much for your work in creating and maintaining write_xlsx. I am getting a lot of benefit from it.
I have some names in a table column, like:
Smith, Emma
Liu, Jenny
Peters, Terry
I would really like to format them so they look like this:
Smith, Emma
Liu, Jenny
Peters, Terry
I know about
write_rich_string, but am wondering if it is possible to write rich strings in the context of a table. That is, to include the rich formatting in thedatathat is provided to the table.Thanks and regards :)