Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/imdt/xlsx-io
- Owner: iMDT
- License: apache-2.0
- Created: 2015-04-27T17:01:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-16T14:38:25.000Z (almost 8 years ago)
- Last Synced: 2024-03-27T06:20:35.341Z (9 months ago)
- Language: Java
- Size: 3.45 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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