Skip to content

Commit 98abc4e

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 32614b0 + 67b486c commit 98abc4e

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# android-word2html
2+
3+
### Add Library
4+
```Java
5+
allprojects {
6+
repositories {
7+
...
8+
maven { url 'https://jitpack.io' }
9+
}
10+
}
11+
12+
dependencies {
13+
implementation 'com.github.hao896259037:android-word2html:1.0.0'
14+
}
15+
```
16+
### Example
17+
```Java
18+
WordUtils.getInstance().word2html(
19+
sourceFilePath,//word file path
20+
tempDir,//after conver html file storage path
21+
htmlFileName);//html fileName
22+
```

0 commit comments

Comments
 (0)