c# - Office Open XML SDK - good Introduction? -


i writing program modifies powerpoint files via office automation. painfully slow , error prone attempting move functionality office open xml sdk. read introductory texts microsoft, lacking understand how whole format works. interested in boundary between excel , powerpoint - planning update charts via office open xml.

here link downloadable copy of open xml explained.

for updating charts, this docx4j code may of interest; shows how using docx4j; worst case, can translate each step c#/open xml sdk.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -