Importing .mpt file

7 views (last 30 days)
az
az on 19 Jun 2019
Commented: az on 20 Jun 2019
Hello,
Could anyone suggest how can I import .mpt data file in matlab?
Thanks.
  4 Comments
Walter Roberson
Walter Roberson on 19 Jun 2019
The point of that question is that per asked for clarification of what a .mpt file was, but did not receive a response. You did not indicate what a .mpt file means to you either.
If it is a Microsoft Project Template, then it is https://www.forensicswiki.org/wiki/OLE_Compound_File also known as Composite Document File V2 Document . It is essentially a container format that can contain any of a number of different kinds of documents, each of which would have its own access methods.
It might be easiest to use a Java library to analyze the files; http://tika.apache.org/1.4/api/org/apache/tika/parser/microsoft/OfficeParser.html which is part of https://tika.apache.org/1.13/formats.html
az
az on 20 Jun 2019
Thank you Mr. Roberson, thats helpful.

Sign in to comment.

Answers (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!