如何使用 JXL api 将对象插入单元格
如何使用 JXL (Java Excel API) api 将对象插入到单元格中。
我有一个不是图像的文件。我想将它插入到 Excel 工作表的单元格中。
我怎样才能实现这一点?请帮忙...
how to insert an object into a cell using JXL (Java Excel API) api..
I have a file which is not image.. I want to insert it into a cell of an Excel sheet..
how can I achieve this?? please help...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请查看本教程。它没有回答如何在单元格中存储通用对象,但我非常怀疑Excel无论如何都可以处理非类型化数据。您必须知道它是什么类型的对象,并希望 JXL 有适当的绑定。
Have a look at this tutorial. It doesn't answer how to store generic objects in a cell, but I very much doubt excel can handle untyped data anyway. You must know what kind of object it is, and hope JXL has the appropriate binding.