Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created March 23, 2022 22: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 parzibyte/5865f7c5aa54837d089ac4b9385cc004 to your computer and use it in GitHub Desktop.
Save parzibyte/5865f7c5aa54837d089ac4b9385cc004 to your computer and use it in GitHub Desktop.
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>5.2.2</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>5.2.2</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment