unioffice icon indicating copy to clipboard operation
unioffice copied to clipboard

Pure go library for creating and processing Office Word (.docx), Excel (.xlsx) and Powerpoint (.pptx) documents

Results 46 unioffice issues
Sort by recently updated
recently updated
newest added

## Description I have a docx file that contains a single image. Here's the code I am using to pull out the images: ``` reader := bytes.NewReader(content) doc, err :=...

## Description ## Expected Behavior ## Actual Behavior Please include a reproducible code snippet or document attachment that demonstrates the issue.

## Description When converting docx to PDF, the format is simply wrong. Fonts, especially when there is Chinese, will not be converted at all. ## Expected Behavior ## Actual Behavior...

## Description When I use `doc0.Append(doc1)`, the output file open fail ## Expected Behavior ## Actual Behavior ![image](https://user-images.githubusercontent.com/67535398/172560204-1d0374a1-5ffd-4fb9-873c-fbd13cb3e845.png) Please include a reproducible code snippet or document attachment that demonstrates the...

When using the following function, it doesn't seem to set the cells to wrapped properly. If I use the exact same process on an individual cell it works properly. https://pkg.go.dev/gitea.com/unidoc/unioffice/spreadsheet#Column.SetStyle...

## Description Currently, while structured document tags are available for a document, programmatic access to the title and tag properties for each structured document tag is not. The API only...

## Description How can I get right NUMPAGES not in header or footer? ## Expected Behavior get right NUMPAGES ## Actual Behavior it's will done when I want to get...

I process a word document where I need to replace some forms and eventually delete or hide tables based on condition. At the moment I didn't find any way to...

Is there any support or planned support for adding charts or editing data associated with an existing chart? I know that when a chart is created a spreadsheet gets embedded...

feature
document

There is a requirement to read the excel content and save it as a picture. Is there such an implementation at present? Thank you.