Welcome to MLink Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
299 views
in Technique[技术] by (71.8m points)

java - Get Microsoft document author

I have to go thru about 200 gigs worth of files to find files created/owned by specific users.

For most files I can use Files.getOwner(path), but some of the older files were created back when we had group logins. For those, I can find the individual using the author attribute if it's a Microsoft file (.doc, .xls, .ppt, etc).

Is there an easy way to get the author attribute from a Microsoft file with Java? Or is it even possible at all?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to MLink Developer Q&A Community for programmer and developer-Open, Learning and Share
...