Skip to content Skip to sidebar Skip to footer
Showing posts with the label Apache Poi

Android Poi : Crash When Using Autosizecolumn()

autoSizeColumn method of POI throws an exception that I didn't manage to resolve : 'java.l… Read more Android Poi : Crash When Using Autosizecolumn()

Excel Export In Android

I need to export excel from my android app. I use Apache-POI library and I get en exception when I … Read more Excel Export In Android

Poi : Duplicate Entry: Org/apache/xmlbeans/xml/stream/bindigconfig.class

I am having problems to use Poi to read xlsx files in Android. In my gradle I have: compile fileT… Read more Poi : Duplicate Entry: Org/apache/xmlbeans/xml/stream/bindigconfig.class

How To Read Xlsx File In An Android Application?

I know there's many same questions on stackoverflow, but it seems that I can't see any poss… Read more How To Read Xlsx File In An Android Application?

How To Create .docx Files And .xlsx Files On Android

I have a very simple question: How to create .docx and .xlsx files on Android. Before someone marks… Read more How To Create .docx Files And .xlsx Files On Android

Java Poi Classnotfoundexception

im trying to use the POI classes from apache to convert a dovx to txt. I included all the jars that… Read more Java Poi Classnotfoundexception