I need to obtain the document properties of every Office file in a folder, for about 35k files. The document properties are NOT the filesystem file properties that Windows Explorer exposes, but those that appear when you select "additional columns". That way you can see Word Count, Author, Number of Pages, Time Last Printed etc. (For media files they usually are Orientation, Bitrate, Resolution, etc.)
I need to export this in a tractable format (csv, Excel or any kind of table).
Example of Windows Explorer with a Word Count column added:

Example of Windows Explorer column selection UI:

Since I'm lazy/don't have time, I'd rather not use VBScript for the task.
How can I do it?
Thanks!