How to create .docx files and .xlsx files on Android

前端 未结 4 818
一生所求
一生所求 2020-12-09 11:08

I have a very simple question: How to create .docx and .xlsx files on Android. Before someone marks this as duplicate, let me tell you that

4条回答
  •  眼角桃花
    2020-12-09 11:48

    Use Apache POI library only because It is the best out there.

    Google also uses it in its Quick Office Application for Android.

    For the .***x files like docx and xlsx, It might have some limits on the allowed functions in Dalvik.

提交回复
热议问题