“Last modified by” (user name, not time) attribute for xlsx using Python
问题 I need to be able to view the "last modified by" attribute for xlsx files using Python. I've been able to do for docx files, and was hoping that the architecture would be similar enough to use on other Office applications, but unfortunately not. Does anybody know of a similar module for xlsx? This is the script to view the field using python-docx: from docx import Document import docx document = Document('mine.docx') core_properties = document.core_properties print(core_properties.last