简体   繁体   English

Office Open XML SDK-不错的介绍?

[英]Office Open XML SDK - good Introduction?

I am writing a program which modifies POwerpoint files via Office automation. 我正在编写一个通过Office自动化修改POwerpoint文件的程序。 THis is painfully slow and error prone so I attempting to move some functionality to Office Open XML SDK. 这非常缓慢且容易出错,因此我尝试将某些功能移至Office Open XML SDK。 I read the introductory texts from Microsoft, but I am lacking a good understand how this whole format works. 我阅读了Microsoft的介绍性文章,但是我对这整个格式的工作原理缺乏很好的了解。 I am especially interested in the boundary between Excel and Powerpoint - I am planning to update charts via Office Open Xml. 我对Excel和Powerpoint之间的界限特别感兴趣-我打算通过Office Open Xml更新图表。

Here is a link to a downloadable copy of Open XML Explained . 这是指向Open XML Explained的可下载副本的链接。

For updating charts, this docx4j code may be of interest; 对于更新图表,可能需要此docx4j代码 it shows you how to do it using docx4j; 它显示了如何使用docx4j进行操作; worst case, you can translate each step to C#/Open XML SDK. 最坏的情况是,您可以将每个步骤转换为C#/ Open XML SDK。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM