Add another author to the meta data of the file.
Just a wrapper of wb$changeLastModifiedBy()
setLastModifiedBy(wb, LastModifiedBy)
wb |
A workbook object |
LastModifiedBy |
A string object with the name of the LastModifiedBy-User |
Philipp Schauberger
wb <- createWorkbook() setLastModifiedBy(wb, "test")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.