Page 1 of 1

xlsx4j on android

PostPosted: Tue Sep 17, 2013 6:07 pm
by abhishekmittal
Hello Everyone :),
I am new to this forum. I am trying to read .xlsx file on my android mobile through docx4j. I have created an simple app in which i can read .docx file and can get parts list. But i don't know which jar file should be included to read .xlsx file, Could anyone please help me ?
Thanks in advance.
abhishekmittal.

Re: xlsx4j on android

PostPosted: Tue Sep 17, 2013 8:25 pm
by jason
Well the source code is in this branch: https://github.com/plutext/docx4j/tree/ ... src/xlsx4j

But I suspect the binary classes would not be in https://github.com/plutext/AndroidDocxToHtml owing to Dalvik limit of 65536 method references per dex file; see http://www.docx4java.org/blog/2012/05/j ... n-android/

So I think you'll need to build your own jar, likely choosing what to leave out to be < 65536.

Re: xlsx4j on android

PostPosted: Tue Sep 17, 2013 9:00 pm
by abhishekmittal
Thank you so much to reply.
I'm trying now as u guided....