Is there any package in R that can read/write metadata from an XLSX file? I'm talking about properties like 'creator' or 'date' that one can set on the file itself from inside Excel.
I would like to annotate my excel files with the name of the script that produced them and as much helpful information I can provide for reproducing the data.
Using the xlsx package I have been resorting to adding a comment to a cell, but that is visible in the data if you open it in excel.
Is there any way to manipulate metadata in excel files from R?