如何使用 C# 2.0 将数据表的内容推送到 powerpoint 幻灯片
Posted
技术标签:
【中文标题】如何使用 C# 2.0 将数据表的内容推送到 powerpoint 幻灯片【英文标题】:How to push the contents of a datatable to a powerpoint slide using C# 2.0 【发布时间】:2020-04-08 08:12:57 【问题描述】:我有一个 powerpoint 模板,幻灯片应填充 C# 数据表的内容。有没有办法做到这一点?
【问题讨论】:
【参考方案1】:我写在这里是为了确认 Microsoft.Office.Interop 库可用于使用 C# 对 Powerpoint 和 Excel 执行操作读/写操作,并且它在 2.0 框架和更高版本上受支持,而 OpenXML 包只能使用使用 3.5 及更高版本。
另一个第三方包 Aspose 也是一个附加选项。
如果有帮助,请使用这个。
谢谢。
【讨论】:
以上是关于如何使用 C# 2.0 将数据表的内容推送到 powerpoint 幻灯片的主要内容,如果未能解决你的问题,请参考以下文章
C#:将更改从 DataGridView 推送到 BindingList 回数据库?
如何将 Google Cloud Platform Pub/Sub 消息推送到 C# 桌面应用程序