⚠️ This project is no longer maintained.
For tools related to RODA, please look at https://market.roda-community.org
Characterization tool of Microsoft Office files (doc, docx, ppt, pptx, xls, xlsx) using Apache POI
To build the application simply clone the project and execute the following Maven command: mvn clean package
The binary will appear at target/msoffice-characterization-tool-1.0-SNAPSHOT-jar-with-dependencies.jar
To see the usage options execute the command:
$ java -jar target/msoffice-characterization-tool-1.0-SNAPSHOT-jar-with-dependencies.jar -h
usage: java -jar [jarFile]
-f <arg> file to analyze
-h print this message
-v print this tool version
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<msofficeCharacterizationResult>
<valid>true</valid>
<excel>
<creator>Sebastien Leroux</creator>
<created>2013-10-28T12:15:57Z</created>
<modified>2013-10-28T12:16:31Z</modified>
<lineCount>0</lineCount>
<parCount>0</parCount>
<sectionCount>0</sectionCount>
<editTime>0</editTime>
<osVersion>0</osVersion>
<wordCount>0</wordCount>
<pageCount>0</pageCount>
<numberOfSheets>1</numberOfSheets>
</excel>
</msofficeCharacterizationResult>
This software is available under the LGPL version 3 license.