简体   繁体   中英

How to import apache poi library in android studio?

I want to make an android app that can read, write, and update different sheets in an excel workbook. But I can't include the library in android studio. please help. If any other library provides similar functionality, please do mention it.

buildscript {
       repositories {
        google()
        mavenCentral()
    }
...
}

implementation 'org.apache.poi:poi:5.2.2'
implementation 'org.apache.poi:poi-ooxml:5.2.2'

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM