如何使用 JXL 从现有 Excel 工作表中删除行
我无法使用 JXL 删除现有 Excel 工作表的行。
还有其他方法可以从现有工作簿中删除行吗?
I am not able to delete row of an existing excel sheet using JXL.
Are there any other way to delete a row from and existing workbook?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请记住,当删除该行时,JXL 会提升以下所有行,因此请尽量向后删除行,以避免交替删除。
Remember that the JXL will elevate all the following lines when this line is deleted, so try to delete lines backwards in order to avoid the alternative deletion.
试试这个:
Try this: