This screen-cast is the first in a series on a basic intro to WordprocessingML. This series will be a walk through all important aspects of WordprocessingML. My goal is to do a 'brain-dump' of all aspects of WordprocessingML that I've learned over the years.
Return to the Table of Contents of this screen-cast series. If you are already an experienced Open XML developer, the screen-casts in this series won't appeal as much, although there are chances that I'll cover some aspects of the markup that you haven't seen. It is intended for developers new to Open XML.
This screen-cast is also a continuation in my intro series on Open XML. Previously, I have presented screen-casts on a basic intro to Open XML, the various scenarios that Open XML is suited for, and the tools that you will want to use when doing Open XML development. Because of this, in the table below, I will list all screen-casts in this intro series into Open XML.
Hello Eric White,
if I have formula in Excel Sum(A1:aA3) and Iwant insert whit SDK i a new Cell in position A2
There is a support in SDK to shift cells and ti update formula reference and Sum(A1:aA3) to Sum(A1:aA4)
thanks
Hi Szanotti,
At this point, there is no support in the Open XML SDK for this type of operation. I wish I had a better answer for you, but I don't.
-Eric