the ooxml-schema.jar is 14 MB. I'm not sure that Android can swallow that big.
How do you compile ooxml-schema.jar ? Does compile-ooxml-xsds task in POI's build.xml work for you? What messages / exceptions are you seeing? Yegor On Thu, Jul 28, 2011 at 12:01 PM, Jebarlin Robertson <[email protected]> wrote: > Hi, > > > I am trying to develop an application to view MS Office document in android > by using Apache POI. > > I could complete and parse the MS Office 2003 Document formats. > > But I am trying to port Apache POI into android for MS Office 2007 format. > > I am unable to build the source code in android, because of the > ooxml-schema.jar file. > > I tried to get the source code and build, but still it is not working. > > *Can anybody help me to build the apache POI for MS Office 2007 format in > Android?* > > > -- > Thanks & Regards, > Jebarlin Robertson.R > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
