Documentation
The Java Excel Connector product allows Java developers to read, create or modify Excel documents. The library handles Excel workbooks, worksheets, cells and charts.
The connector uses native COM technology and is compatible with Excel versions 2002, 2003, XP, 2007, 2010 and 2013. Java version 1.4 or later is required.Follow the links below for more information about our product and how to use it:
Quick guide: The first steps
javac -cp jec-v1.2.4.jar;moyocore.jar HelloExcel.java
java -Djava.library.path=. -cp jec-v1.2.4.jar;moyocore.jar;. com.moyosoft.samples.excel.HelloExcel