You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@poi.apache.org by Jebarlin Robertson <je...@gmail.com> on 2011/09/19 12:27:08 UTC

Re: Porting Apache POI ooxml schema for android.

Hi Prasad,

Now only I saw your thread, sorry for the delay.

Actually I compiled Apache POI APIs only for MS Office 2003 document viewer.

I just used Apache POI API to parse the MS Office 2003 document and manually
I only converted to Html and displayed in Android Webview.

And U need to take only the following packages from Apache POI src folder

1. java
2. scratchpad

and need to remove the dependencies of java.awt packages except some of the
classes like
Dimension, Color, Rectangle, etc...... (Mainly used for PPT), I downloaded
these classes separately and  added in respective packages (Renamed the
packages to compile in android).


Regards,
Jebarlin Robertson.R




On Mon, Aug 29, 2011 at 4:57 PM, jdprasad <ja...@hcl.com> wrote:

> Hi Jebarlin,
>
> I am looking for MS office to pdf/xml/image converter as persoanl viewer
> (not 3rd party app) on android, I have googled alot , Didnt get anything
> for
> android :-((.
>
> Finally, All roads lead to Apache POI, And i found your thread.which is
> very
> much relevent to me.
>
> I want to know that, What is the compiliation procedure for compiling
> Apache
> POI for android.
>
> I am sorry to say, This is my first project in android. Please help me in
> knowing the compilation steps.
>
> Thanks in Advance.
>
> Best Regards
> JD
>
>
>
>
>
> --
> View this message in context:
> http://apache-poi.1045710.n5.nabble.com/Porting-Apache-POI-ooxml-schema-for-android-tp4657624p4745868.html
> Sent from the POI - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@poi.apache.org
> For additional commands, e-mail: user-help@poi.apache.org
>
>