monitorjbl / excel-streaming-reader

An easy-to-use implementation of a streaming Excel reader using Apache POI
Apache License 2.0
953 stars 344 forks source link

Does it support android studio? #110

Open DanteAndroid opened 7 years ago

DanteAndroid commented 7 years ago

image

Error:com.android.build.api.transform.TransformException: com.android.builder.packaging.DuplicateFileException: Duplicate files copied in APK schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/stqualifier91b9type.xsb

image

monitorjbl commented 7 years ago

It's written for Java7, so I don't think it will work in Android as-is. There might be some cross-compilation you could do, I know there are Java8 compilers that allow lambdas.

DanteAndroid commented 7 years ago

I'm looking for excel parse library in Github, but to find they all have different compile errors in Android Studio. Do you know why

monitorjbl commented 7 years ago

I don't, but if you can't use POI, you can't use this library. It's a wrapper around POI's streaming API.

pjfanning commented 6 years ago

@DanteAndroid the xmlbeans issue in android is fixed in a fork that I have - https://github.com/pjfanning/xmlbeans - the jar is published to maven central