I have been trying to obtain the time at which the content of an .xlsx
file was created without any success so far. I can track the much-desired information on Windows either through File Properties -> Details -> Origin -> Content created, or by opening the Excel file and navigating to File -> Info -> Related Dates -> Created.
I was hoping that I would be able to obtain this information through openxlsx
but while I am able to track down the creators by using the getCreators()
function there does not appear to exist a similar function for the time.
I have also tried the file.info()
function but it won't cut it as mtime
, ctime
, and atime
all point to the time of the download.
Any help would be much appreciated!