通过代码到 Excel 的信息路径
我想通过代码将数据从 infopath 表单转换为 Excel 电子表格。 我知道您可以使用 infopath 中的功能导出数据,但我有兴趣通过代码(如工作流程的一部分)执行此操作。
有人可以建议一种方法或可能的起点吗?
谢谢。
I would like to convert data from infopath form to excel spreadsheet through code.
I know you can export the data using the feature in infopath, but I am interested in doing this through code (like a part of a workflow).
Can anybody suggest a way for doing this or a possible starting point?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以将 xml 数据从表单转换为 Excel 格式。
检查此-XMl 到Excel
You can convert the xml data from the form to excel format.
Check this-XMl to Excel
或者,如果您正在寻找更高级的内容,请查看 http://openxmldeveloper.org/
Or, if you're looking for something more advanced, check out http://openxmldeveloper.org/