excel-streaming-reader icon indicating copy to clipboard operation
excel-streaming-reader copied to clipboard

Does it support android studio?

Open DanteAndroid opened this issue 8 years ago • 4 comments
trafficstars

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

DanteAndroid avatar Sep 05 '17 09:09 DanteAndroid

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.

monitorjbl avatar Sep 05 '17 11:09 monitorjbl

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

DanteAndroid avatar Sep 06 '17 01:09 DanteAndroid

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.

monitorjbl avatar Sep 06 '17 02:09 monitorjbl

@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

pjfanning avatar Nov 21 '17 22:11 pjfanning