Read and Edit Excel in GWT Client Code

本小妞迷上赌 提交于 2019-12-25 02:58:22

问题


I have a GWT application with server and client code. I want to read and display an Excel (.xslx) file from the user in the GUI without passing it to the server. Is it possible to do this with the Apache POI or can't GWT compile all needed code from POI?


回答1:


On the client side you will only be able to use this packages: http://www.gwtproject.org/doc/latest/RefJreEmulation.html

You have to pass the excel to the server



来源:https://stackoverflow.com/questions/29649868/read-and-edit-excel-in-gwt-client-code

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!