Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. FileOutputStream fileOut = new FileOutputStream("C:\"+getFileString()+".xls");
  2. wb.write(fileOut);
  3. fileOut.close();
  4. stmt.close();
  5. con.close();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement