如何在 C# 中使用 openXML 创建和操作 powerpoint 表
我正在寻找 在这个关于如何从 C# 操作 powerpoint 模板的示例中,缺少的一件事是操作表中的行的能力。有没有人有循环遍历某些记录集并将行添加到powerpoint表格的示例
特别是:
- 添加和删除行
- 自动换行/自动调整给定文本长度的高度
- 更新单元格中的文本
- 处理记录数是否会导致表格跨越多个 powerpoint 幻灯片
i am looking at this example on how to manipulate powerpoint templates from C# and the one thing missing is the ability to manipulate rows in a table. Does anyone have any examples of looping through some set of records and adding rows to a powerpoint table
In particular:
- Adding and removing rows
- Word wrap / auto adjusting heights given text length
- Updating text in cells
- Dealing with if the number of records would cause the table to span multiple powerpoint slides
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最后,我最终购买了 aspose.slides,它非常棒,并且在尝试自动生成 powerpoint 文件时非常值得。
In the end, i wound up purchasing aspose.slides which is great and well worth the cost when trying to auto generate powerpoin files.