News

Consider the following examples: java -jar jxl.jar -csv budget.xls java -jar jxl.jar -xml budget.xls These examples read budget.xls and output its contents in CSV and XML format to standard output.
This article provides insight into POI and shows how to read/write Microsoft Excel documents using Java. It also presents an interesting example using the POI API.