Can I use poi on android

2016-07-03 Thread József Mester
Hello I would like write a program which fills Excel workbook. What can you recommend for this purpose? Joe

Re: Can I use poi on android

2016-07-03 Thread Dominik Stadler
Hi, There are a few caveats when trying this, size of jars, duplicate classes among others, I recently started https://github.com/centic9/poi-on-android to try to solve them cleanly. Maybe you can give it a try and provide feedback if it works for you orcreate issues in the project if you run into