gooxml icon indicating copy to clipboard operation
gooxml copied to clipboard

Results 7 gooxml issues
Sort by recently updated
recently updated
newest added

``` 2022/03/07 15:24:00 unsupported relationship type: http://purl.oclc.org/ooxml/officeDocument/relationships/officeDocument tgt: word/document.xml 2022/03/07 15:24:00 unsupported relationship type: http://purl.oclc.org/ooxml/officeDocument/relationships/extendedProperties tgt: docProps/app.xml 2022/03/07 15:24:00 unsupported relationship type: http://purl.oclc.org/ooxml/officeDocument/relationships/customProperties tgt: docProps/custom.xml ```

How can I set text direction from bottom to top in cell in table?

fix get hyperlink text return null flow unioffice solution.

I'd like to support Numbering function. but when i want to call SetNumberingDefinition(nd), I don't konw how get other NumberingDefinition. demo just show me nd := i.doc.Numbering.Definitions()[0]. I'd like to...

Now I need to implement a function, I need to add watermark on word document, may I ask how I should do it?A: I've tried many ways but they don't...