如何使用java中的JXL使单个Excel工作表可读可写?
我正在读取一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想唯一的方法是创建原始文件的临时文件并读取临时文件。进行验证。打开原始文件进行写入并显示错误消息。最后删除临时文件:-)
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 :-)