Skip to content

iMDT/xlsx-io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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