How to get XLS-file properties (author,tags etc) from python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

2nd Mar 2020, 4:52 AM
Iuliia Drei
Iuliia Drei - avatar
1 Answer
+ 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
2nd Mar 2020, 5:23 AM
Tibor Santa
Tibor Santa - avatar