News

In the Java Q&A entitled “It’s Excel-lent,” I presented a method for reading Microsoft Excel documents via JDBC. Read Tony Sintes’s entire Java/Microsoft Excel series (JavaWorld): “It ...
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.