Is it possible to retrieve the author name of an excel file, without actually opening the file ?
Is not really what I'm looking for.
I want to retrieve the real Author which you can find in excel underneath:
File->Properties : Author
Code:
set thePath to (path to desktop as Unicode text) & "test.xlsx"
get info for thePath as alias
Is not really what I'm looking for.
I want to retrieve the real Author which you can find in excel underneath:
File->Properties : Author