Open matt-dray opened 2 years ago
To note: this is something that the gptables team would also like to solve, but is also proving difficult in Python given the limits of the xlsx-related packages being wrapped.
{dftutils} has a clean_metadata()
function that could be useful here; thanks @DIPAD-Fran-Bryden for making me aware of this package.
You can set_properties
as a method in {openxlsx2}, useful for #70.
Is there a programmatic way to adjust document 'properties', i.e. the meta information associated with a spreadsheet file that lists the title, subject, author, category, etc?
This can be found and adjusted manually via File > Properties in spreadsheet programs.