如何使用java中的JXL使单个Excel工作表可读可写?

发布于 2024-11-07 23:41:55 字数 282 浏览 4 评论 0原文

可能的重复:
如何使用 JXL 写入相同的 Excel 工作表API?

我正在读取一个 Excel 文件并验证该文件。如果验证不成功,我想在同一张纸上显示一些错误。那么这怎么可能呢?任何人都可以有任何想法吗?

Possible Duplicate:
How to write to the SAME excel sheet using JXL API?

i am reading one excel file and validating the same. If validation is not success, i want to display some error on the same sheet. So how it can be possible? Can any one have any idea?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

醉梦枕江山 2024-11-14 23:41:55

我想唯一的方法是创建原始文件的临时文件并读取临时文件。进行验证。打开原始文件进行写入并显示错误消息。最后删除临时文件:-)

I guess the only way is to create a temporary file of the original file and read the temporary file. Do the validations. Open the original file for writing and display the error message. Finally delete the temporary file :-)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文