Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Characterization tool of Microsoft Office files (doc, docx, ppt, pptx, xls, xlsx) using Apache POI

License

Notifications You must be signed in to change notification settings

keeps/keeps-characterization-msoffice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ This project is no longer maintained.
For tools related to RODA, please look at https://market.roda-community.org

keeps-characterization-msoffice

Characterization tool of Microsoft Office files (doc, docx, ppt, pptx, xls, xlsx) using Apache POI

Build & Use

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

Tool Output Example

<?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>

License

This software is available under the LGPL version 3 license.

About

Characterization tool of Microsoft Office files (doc, docx, ppt, pptx, xls, xlsx) using Apache POI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages