Browse Source

Update 'README.md'

天问 10 months ago
parent
commit
2e880fbc34
1 changed files with 17 additions and 1 deletions
  1. 17 1
      README.md

+ 17 - 1
README.md

@@ -1,3 +1,19 @@
 # poi
 # poi
 
 
-读写excel
+读写excel
+
+## Usage
+
+```
+        <dependency>
+            <groupId>org.apache.poi</groupId>
+            <artifactId>poi</artifactId>
+            <version>5.2.5</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.poi</groupId>
+            <artifactId>poi-ooxml</artifactId>
+            <version>5.2.5</version>
+        </dependency>
+
+```