Introduction of JExcel.
Previous | Home | Next |
JExcel API refers as Java Excel API .JExcel is an open source java API by sourceforge. JExcel(Java Excel API) is used to read, write, and modify Excel spreadsheets
Java developers can read data from database or xml or from any other resources Through JExcel Java developers can read, write and modify excel spreadsheets dynamically.We can make excel sheet in different format .We can set background colors ,foreground colors ,we can set boards of cells etc .by using JExcel API.
JExcel API allow developers to read a excel spreadsheet and modify it as per as requirements .Jexcel can use web based applications as well as any desktop based applications. We can used Jexcel with JSP and Servlet . To make a program(make a excel spreadsheet ) with JExcel API we need only JDK only. Here in this section we will covers JExcel tutorials and JExcel Examples. We will cover also how we can make excel sheet in different formats? JExcel Examples:- http://r4r.co.in/java/apis/jexcel/basic/example/ JExcel Tutorials :- http://r4r.co.in/java/apis/jexcel/basic/tutorial
Previous | Home | Next |