Skip to content

Instantly share code, notes, and snippets.

@ssaurel
Created February 26, 2018 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssaurel/f47381766868d0cbf03b6b656f5fa4fd to your computer and use it in GitHub Desktop.
Save ssaurel/f47381766868d0cbf03b6b656f5fa4fd to your computer and use it in GitHub Desktop.
Writing Excel file for the SSaurel's Channel
FileOutputStream fileOut = new FileOutputStream("contacts.xlsx");
workbook.write(fileOut);
fileOut.close();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment