POI-Android
POI-Android copied to clipboard
A project that port Apache POI to Android. Apache POI is the Java API for Microsoft Documents.
Sir, I was able to run your project in my IDE, but when I tried to change the path from your default location to my local storage location of a...
第一次会报错
你好,我在项目中依赖了你的工程。 调用部分如下: public void skipToPPTView(String filePath) { Intent intent = new Intent(); intent.setData(Uri.parse(filePath)); intent.setClass(CourseDetailActivity.this, PptViewActivity.class); startActivity(intent); } 在第一次执行这个方法的时候,会报错: ![Uploading wrong.png…]() 请问该如何解决呢? Thanks.
Hi I am working on the project PPTX. I am using your code only. But when I am trying to run the application its giving error "Eclipse: Conversion to Dalvik...