Skip to content

Instantly share code, notes, and snippets.

@ssaurel
Created February 26, 2018 13:34
Show Gist options
  • Save ssaurel/96b5ab3b85a6bfd6e8d3f8d9cbb451d1 to your computer and use it in GitHub Desktop.
Save ssaurel/96b5ab3b85a6bfd6e8d3f8d9cbb451d1 to your computer and use it in GitHub Desktop.
POM for a tutorial on the SSaurel's Channel
<!-- dependency used for XLSX file format -->
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>3.17</version>
</dependency>
<!-- dependency used for XLS older file format
(added for information) -->
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>3.17</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment