Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/imdt/xlsx-io

XLSX Input/Output library
https://github.com/imdt/xlsx-io

Last synced: about 2 months ago
JSON representation

XLSX Input/Output library

Awesome Lists containing this project

README

        

# xlsx-io
XLSX Input/Output library


#Oracle support
To support Oracle database, you need to manually download ojdbc7.jar from Oracle's website (http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html)

After downloading, you need to install the JAR using the following command:

mvn install:install-file -DgroupId=ojdbc -DartifactId=ojdbc -Dversion=14 -Dpackaging=jar -Dfile=ojdbc7.jar