Copy Word Document content in a table to Excel with Paragraph formatting...
Hi,I have a word document(.docx) which contains a table. The user can enter the information in a paragraph style. In each cell they can add 1 or more paragraph information. I would like to read the...
View ArticleReply comment use Open XML SDK
Hello friends.I want use C#, read file docx and add new comment, add reply comment use Open XML SDK.I described as in the photo link:https://social.msdn.microsoft.com/Forums/getfile/1323765please help...
View ArticleBookmark whole text between HEADINGS
See below code, which will create bookmark where style is HEADING1. How can we modify this so that text between HEADING1 and next HEADING1 element gets selected under BOOKMARK1.So Bookmark should...
View ArticleRetain formatting for the paragraph
Below code works fine and print the paragraph... we are able to get style and para textBut when we display the paragraph, it looses formatting. How can we retain formatting in below mentioned...
View ArticleDoes Microsoft support to export embedded object from excel, such as pdf,...
Hi,I am trying to find a way to read embedded object from excel, such as pdf, jpg. Does Microsoft support that? Thanks,
View ArticleHow to identify continuous section break in word
Hi,Can any one suggest me how to identify continuous section break in word.Thanks,Gayatri
View ArticleHow to reset the auto numbers in each section of word document
Hi,Is there any way by which I can reset auto numbers in each section of word document.Thanks,Gayatri
View Articlebecause we found a problem with its contents part:/word/document.xml,...
I inserted a QR picture into .docx file with OpenXml sdk 2.0. but sometimes, the created document cannot open, and prompt the message above.I compared the document that work with document that don't...
View ArticleHow to get track changes which are not accepted or rejected in excel
I want to find out pending track revisions in excelCurrently I am getting all the track revisions programmatically in an excel file using open xml and c#as below List<string>...
View ArticleAfter save document, I can not open saved document OpenXML SDK 2.5
After I save document (object Document open myfile.docx and save it as myfileEdited) Document.SaveAs("myfileEdited.docx"); or I use Close(); when I call using (WordprocessingDocument Document2 =...
View ArticleExcel was able to open the file by repairing or removing the unreadable content
Hi there,I just started using Open XML SDK and created a program to generate XLSX. It works well but the only problem is that i get a warning message while opening the xlsx and then displays the data...
View Articlexlsx not opening in *some* mobile apps
Hello, I have an app that generates an xlsx download through the OpenXML 2.5 SDK. It opens in Excel on the desktop without issue. Validation (both in code and by using the Open XML 2.5 Productivity...
View ArticleHow to read file excel row and sheet specific using openXML ?
How to read excel row and sheet specific using open XML C# into sql server table ? I have a excel file with no format I mean I can only read excel file in first sheet and first row, how i read second...
View ArticleMultiple Tables to Word
Hi,I was wondering if someone may be able to advise me on this before i set off in the wrong direction?I've had the OpenXML PowerTools working perfectly well producing a multi-lined single table of...
View ArticleFormat one word document like another
Hello,I have a requirement to format a word document (.docx) to make it look like another. I will have documents from 2 different sources. Format of the document I receive from source 1 is the...
View ArticleOpen xml + hyperlink formula
Can we use hyperlink formula in open xml sdk to create a hyperlink cell in excel.Any sample code.
View ArticleProblem with opening an xlsx made with openXML
Hi everyone, I have a problem with a file genered with OpenXML SDK 2.8.1, when I open it, I get the error "Excel was able to open the file by repairing or removing the unreadable content" and below :...
View ArticleOpenAndRepair Parameter Office Introp Concern
Hi, i am creating application in C# using office interop. while opening file for Word,Excel,PowerPoint there is paramter called 'OpenAndRepair' , if i set this objOpenAndRepair = true, will it cause...
View Articlepowerpoint automation
Is there a way to create a powerpoint on the fly via a web app built in C#? Not only create the slide, but populate it with data as well from legends, colors, etc.?
View ArticleDocument (.docx) creation using OpenXML not read certain CSS
hi, Im creating a docx document using OpenXML which convert HTML file to word. However certain css are not reflected to word document such as to style table with borderth { border: 0.5px solid...
View Article