how to read an excel file on google app engine

后端 未结 1 1022
时光说笑
时光说笑 2021-01-15 13:58

I am looking for java alternative for python library. Here is the question how to read an excel file on google app engine

1条回答
  •  礼貌的吻别
    2021-01-15 14:29

    Take a look at the blog posting 'How to generate excel files on GAE?'. It discusses using the JExcelAPI library in GAE. JExcelAPI supports both writing and read of Excel documents, and doesn't seem to have a dependency on the JRE classes that cause issues with the use of Apache POI.

    0 讨论(0)
提交回复
热议问题