在GWT客户端代码中阅读和编辑Excel [英] Read and Edit Excel in GWT Client Code

查看:136
本文介绍了在GWT客户端代码中阅读和编辑Excel的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个包含服务器和客户端代码的GWT应用程序。我想在GUI中读取并显示来自用户的Excel(.xslx)文件,而不将它传递给服务器。是否可以通过 Apache POI 执行此操作,或者不能通过GWT编译POI中的所有必需代码? org / doc / latest / RefJreEmulation.htmlrel =nofollow> http://www.gwtproject.org/doc/latest/RefJreEmulation.html



你必须将excel传递给服务器

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?

解决方案

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

这篇关于在GWT客户端代码中阅读和编辑Excel的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆