A shorthand function for
writeText(wb, sheetname, x, row, column, style, name)
A workbook object
A sheetname
Input
The row at which to insert text
The column at which to insert text. Can be a vector.
A style object as defined by openxlsx::createStyle
A name to assign to the text. Note that this has to be unique
Facilitates the process of inserting text content into workbooks. This function integrates operations openxlsx::writeData and openxlsx::addStyle, providing a convenience function for text blocks.