Importing .mpt file

9 visualizaciones (últimos 30 días)
az
az el 19 de Jun. de 2019
Comentada: az el 20 de Jun. de 2019
Hello,
Could anyone suggest how can I import .mpt data file in matlab?
Thanks.
  4 comentarios
Walter Roberson
Walter Roberson el 19 de Jun. de 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 el 20 de Jun. de 2019
Thank you Mr. Roberson, thats helpful.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Workspace Variables and MAT Files en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by