Copy sheet with JXL in Java - Stack Overflow
I would like to copy a sheet from an existing XLS document to a new one to a new location. How could I do this with JXL? Workbook w1 = Workbook.getWorkbook(new File("ExistingDocument.xls"), settings); WritableWorkbook w2 = Workbook.createWorkbook ......