setLastModifiedBy: Set the author who modified the file last.

View source: R/wrappers.R

setLastModifiedByR Documentation

Set the author who modified the file last.

Description

Just a wrapper of wb$changeLastModifiedBy()

Usage

setLastModifiedBy(wb, LastModifiedBy)

Arguments

wb

A workbook object

LastModifiedBy

A string object with the name of the LastModifiedBy-User

Author(s)

Philipp Schauberger

Examples


wb <- createWorkbook()
setLastModifiedBy(wb, "test")

openxlsx documentation built on Sept. 2, 2026, 5:08 p.m.