Java Excel API Tutorial Contents Introduction Reading a spreadsheet Writing a spreadsheet Fundamentals Adding format information Formatting numbers Formatting dates Copying and modifying a spreadsheet Demo & Test programs Frequently Asked Questions
Workbook workbook = Workbook.getWorkbook(new File("myfile.xls")); (NOTE: when creating a spreadsheet from a ServletInputStream you must remove the HTTP header information before creating the Workbook object.) Once you have accessed the workbook, you