0
How to get XLS-file properties (author,tags etc) from python?
There are several libs to get content, but none of them allows to get special file-properties, which are set by user.
1 Antwort
+ 2
Have you tried this?
from openpyxl import load_workbook wb = load_workbook('yourfile.xlsx') wb.properties
https://stackoverflow.com/questions/53930645/extract-xlsx-workbook-file-metadata-properties-in-JUMP_LINK__&&__python__&&__JUMP_LINK-3-6