Code Monkey home page Code Monkey logo

poi-android's People

Contributors

qhm123 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

poi-android's Issues

Unable to display a ppt from local storage.

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 ppt file, it wasnt working, a blank page appears. So I copied that ppt to my raw folder and then tried again, but instead of showing my ppt, the app was still showing your ppt from raw folder. I want to open a ppt or if possible, any office document inside my app using your code. Can you please help me out...

POI-PPT的代码结构疑问

你好,请问POI-PPT的代码结构是如何组成的?

我尝试将该工程中的源码(如:scratchpad)添加到我自己的Android工程中,总会报错。
错误如下:
(1)awt中的类不能正常被加载进来。
如: import and.awt.image.BufferedImage;(error : The import and.awt.image cannot be resolved)
(2)scratchpad/src在目录结构不对。我自己的会将所有源码加载进来,而你的工程只加载了部分源码。请问我该如何做才能做到你那样?

我添加源码的方式如下:
(1)将源码拷贝进工程;
(2)右键工程 ---> Build Path... ----> Configure Build Path ----> Java Build Path ----> 选中"Source"标签 ---->
点击"Add Folder..." ----> 选中scractchpad的子目录src -----> 点击"OK"

先行谢过

第一次会报错

你好,我在项目中依赖了你的工程。
调用部分如下:
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.

PPTX is not working. Error - Eclipse: Conversion to Dalvik format failed with error 1

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 format failed with error 1" i ahve tried so many suggestion from net but not able to fix it.
I am using Eclipse Kepler, Android 4.1.2, 4.2.2, 4.0.3.
Can you please help me out ?
Thanks in advance

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.