Minor mod - keep original
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353669 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
12c6d4bb82
commit
77cbf81c55
@ -58,7 +58,7 @@ public class ReadWriteWorkbook
|
|||||||
cell.setCellValue("a test");
|
cell.setCellValue("a test");
|
||||||
|
|
||||||
// Write the output to a file
|
// Write the output to a file
|
||||||
fileOut = new FileOutputStream("workbook.xls");
|
fileOut = new FileOutputStream("workbookout.xls");
|
||||||
wb.write(fileOut);
|
wb.write(fileOut);
|
||||||
}
|
}
|
||||||
finally
|
finally
|
||||||
|
Loading…
Reference in New Issue
Block a user