Skip to content

Instantly share code, notes, and snippets.

@ssaurel
Created February 26, 2018 13:52
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/d7d9ec50ce57c6fb560b2022b934a80f to your computer and use it in GitHub Desktop.
Save ssaurel/d7d9ec50ce57c6fb560b2022b934a80f to your computer and use it in GitHub Desktop.
Generate Excel in Java for the SSaurel's Channel
Workbook workbook = new XSSFWorkbook();
Sheet sheet = workbook.createSheet("Contacts");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment