Questions regarding reading and writing of Microsoft Office Open XML files either through direct manipulation of the XML files contained in a zip package or through the Microsoft Office Open XML SDK.
I've been searching for hours and I just can't seem to find a solid answer for this. I have an …
c# openxmlI'm using OpenXML SDK 2.0 to add data to the spreadsheet template but I ran into a problem (since I've been …
c# asp.net excel openxml openxml-sdkUsing the OpenXML SDK, 2.0 CTP, I am trying to programmatically create a Word document. In my document I have to …
ms-word openxml docx bulletedlistUsing the SDK I'm building Word documents that contain reports. These documents need to have TOC. Does anybody have a …
.net openxml openxml-sdkI hate to resort to StackOverflow for something so (seemingly) basic, but I've been fighting with Microsoft for the last …
c# openxml openxml-sdkC# newbie here! I need to create a small console application to convert CSV files into XLSX files. I have …
c# openxml xlsxI'm using this method for generating docx file: public static void CreateDocument(string documentFileName, string text) { using (WordprocessingDocument wordDoc = WordprocessingDocument.…
c# openxml docx sql-server-openxmlI have an Excel 2010 spreadsheet that has 3 worksheets named Sheet1, Sheet2 and Sheet3. I'm trying to get a reference to …
c# openxml openxml-sdk excel-2010