修改元数据导入

This commit is contained in:
squallzhjch
2023-04-26 15:18:43 +08:00
parent 67ce6f11b9
commit cf640cb1d2
15 changed files with 249 additions and 114 deletions

View File

@@ -86,8 +86,13 @@ dependencies {
kapt "androidx.room:room-ktx:2.5.1"
//读取excel word等文件
implementation 'org.apache.poi:poi:4.0.0'
implementation 'org.apache.poi:poi-ooxml:4.0.0'
// implementation 'org.apache.poi:poi:4.0.0'
// implementation 'org.apache.poi:poi-ooxml:4.0.0'
// implementation 'org.apache.poi:poi-ooxml-schemas:4.0.0'
// implementation 'org.apache.xmlbeans:xmlbeans:3.0.2'
// implementation 'javax.xml.stream:stax-api:1.0-2'
// implementation 'com.bea.xml.stream:com.bea.xml.stream:1.0.0'
implementation 'commons-io:commons-io:2.11.0'
// 读取spatialite文件
implementation 'com.github.sevar83:android-spatialite:2.0.1'