Since the Open XML SDK only provides strongly typed classes it does not really take pain of creating and manipulating Open XML documents. Are there any frameworks built upon the Open XML SDK that do what a framework is supposed to do: adding a new layer of abstraction and actually hiding the details of the lower layers?
So far I know one library but I'm wondering if there are some more:
- ClosedXML - The easy way to OpenXML (A library for easily creating Excel documents without dealing with the hassles of XML Documents)