Questions tagged as 'office-open-xml'

1
answer

InlineString vs String - what's the difference?

In creating some spreadsheets with OpenXML, I came to doubt the difference between: CellValues.InlineString CellValues.String Is there any practical difference at the time of inserting texts (eg "hello world", "stackoverfl...
asked by 05.09.2016 / 18:20
1
answer

PHP Change text in OpenOffice xml with XMLReader and XMLWriter

I need to change the content of the tags in an openoffice document and copy the rest of the contents of the document. The problem is not in finding the tag and replacing its contents, but in copying the parent tags and their attributes correctly...
asked by 11.03.2015 / 18:37
0
answers

Images in the header using docx4J

I'm using docx4j and all the images I try to put in the header of the Word file, can not load the image. Does anyone know why? When I insert the image into the document body, the image loads normally.     
asked by 30.08.2018 / 17:18
1
answer

Error trying to create Excel table with ClosedXML

I'm trying to create an application that generates a spreadsheet in Excel through Visual Studio 2015 using ClosedXML as a reference. As I found some examples on the web, I added the same to the code (using ClosedXML.Excel;), I downloaded the ref...
asked by 04.03.2016 / 19:33
1
answer

Runs splitting several times

Well guys, I'm having a problem that's disturbing me a bit, I've already tried it and found nothing that would help me. I'm searching for certain variables in a Word Template to be able to perform a replacement. The problem occurs when some...
asked by 21.11.2017 / 15:09
1
answer

How to perform line breaking of a String inside a cell in Excel with VB.NET?

How can I perform the line break of a String with multiple cities concatenated for each state listed in a cell of an Excel exported in VB.NET and using OfficeOpenXml and OfficeOpenXml.Drawing. Spreadsheet Excerpt: CodeSnippet:Dimnome_cidadeA...
asked by 26.05.2017 / 16:45