使用 OpenXML 将数据表插入 Excel
我有一个数据表 - 根据用户的选择 - 将生成具有任意数量的行和列的动态数据表。我目前正在使用 OpenXml 来操作所述电子表格。我将如何插入数据表?
谢谢斯图
I have a datatable that - depending on the user selection - will generate a dynamic datatable with any number of rows and columns. I'm currently using OpenXml to manipulate said spreadsheet. How would I go about inserting a datatable?
Thanks
Stu
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我找到了一些代码,我可以对其进行修改以满足我的需要。希望有人觉得这很有用。
I found some code which I was able to modify to suit my needs. Hope someone finds this useful.