Git Product home page Git Product logo

binschema's Introduction

MSOScheme

MSOScheme generates code to read Microsoft Office files

The code is generated from a computer readable description of the Microsoft Office file format. This description is in the file src/mso.xml and follows the XML Schema in src/mso.xsd.

MSOScheme can generate code for any project. To write a custom code generator for your project, add a custom generator to the class mso.generator.ParserGeneratorRunner.

MSOScheme comes with three code generators:

JavaParserGenerator : creates mso.javaparser.GeneratedMsoParser This parser parses from a byte[] that is passed to LEInputStream.

QtParserGenerator : creates simpleParser.h, simpleParser.cpp and generatedclasses.cpp simpleParser.h and simpleParser.cpp are used by Calligra. The generated code can parse by reading from a QIODevice that is passed into a LEInputStream.

QtApiGenerator : creates api.h and api.cpp The generated code parses files passed as a const char*.

Building

mso.jar

The code generator is compiled into a jar file mso.jar, with

ant mso.jar

This step also runs the code generators that are shipped with MSOScheme.

C++

Builing the C++ code requires cmake, zlib, xml2, libxslt, make and Qt 4.8.

ant generateParsers
mkdir build
cd build
cmake ../cpp
make

This creates executables for testing the generated code on binary Microsoft Office documents.

License

MSOScheme is licensed as GNU Library General Public License v2. MSOScheme uses Apache POI which is licensed under Apache License Version 2.0. The files generated by MSOScheme are not under any license.

binschema's People

Contributors

vandenoever avatar sebsauer avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.