Most voted "open-xml-office" questions
Questions about reading or writing Microsoft Office Open XML files through direct manipulation of XML files contained in the zip package or through Microsoft Office Open XML SDK.
Learn more…6 questions
Sort by count of
-
3
votes1
answer67
viewsInlinestring vs String - what’s the difference?
In the creation of some spreadsheets with Openxml, I came to doubt the difference between: CellValues.InlineString CellValues.String There is some practical difference when inserting texts (e.g.:…
-
2
votes1
answer673
viewsHow to perform line breaking of a String within a cell in Excel with VB.NET?
How can I perform line breaking of a String with multiple cities concatenated to each state listed in an Excel cell exported in VB.NET and using Officeopenxml and Officeopenxml.Drawing. Excerpt from…
-
1
votes1
answer59
viewsPHP Change text in Openoffice xml with Xmlreader and Xmlwriter
I need to change the contents of the tags of an openoffice document and copy the rest of the document contents. The problem is not finding the tag and replacing its content, but copying the parent…
-
1
votes0
answers18
viewsImages in header using docx4J
I am using docx4j and all the images I try to put in the Word file header, can not load the image. Does anyone know why? When I insert the image into the body of the document, the image is normally…
-
1
votes1
answer648
viewsError trying to create Excel table with Closedxml
I’m trying to create an application that generates an Excel spreadsheet through Visual Studio 2015 using Closedxml as a reference. As I found some examples on the web, I added it to the code (using…
-
0
votes1
answer43
viewsRuns splitting over and over
Good guys, I’m having a problem that is disturbing me a little, I’ve searched about and found nothing to help me. I’m researching certain variables in one Word Template to be able to perform a…