Importing .mpt file
7 views (last 30 days)
Show older comments
Hello,
Could anyone suggest how can I import .mpt data file in matlab?
Thanks.
4 Comments
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
Answers (0)
See Also
Categories
Find more on Workspace Variables and MAT Files in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!