资讯

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.
Write the workbook into the filesystem: workbook.write(fileOutputStream); Read data from the Excel document In this example, you’ll see how to read values from an Excel document.