Skip to content

Simple application used for reading MS Office documents

License

Notifications You must be signed in to change notification settings

srfunksensei/msodor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

msodor

Simple application used for reading MS Office documents.

Getting started

Idea behind the application lays in faster extraction of information from MS Office document(s) that follow certain pattern structure. Ideally application should be used for extraction of meaningful information from large data sets.

Prerequisites

  1. Java 8
  2. Maven 3.3 (or higher)

How to run application

To be able to see the application in action you must follow these steps:

  1. run mvn clean install package
  2. run java -jar msodor-<version> <file-name>
  • current version is 0.0.1
  • file-name is the name of the file which you wish to process

For demo purposes you can use the following document without Table of Content.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Simple application used for reading MS Office documents

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages