unidoc / unioffice

Pure go library for creating and processing Office Word (.docx), Excel (.xlsx) and Powerpoint (.pptx) documents
https://unidoc.io/unioffice/
Other
4.34k stars 468 forks source link

How to insert a table at a specified location in a word document #508

Closed wrysunny closed 8 months ago

wrysunny commented 8 months ago

Description

Want to insert a table into a placeholder in the document

Expected Behavior

Insert a table at a specified placeholder in the document

Actual Behavior

The default creation table is always inserted at the end of the document

github-actions[bot] commented 8 months ago

Welcome! Thanks for posting your first issue. The way things work here is that while customer issues are prioritized, other issues go into our backlog where they are assessed and fitted into the roadmap when suitable. If you need to get this done, consider buying a license which also enables you to use it in your commercial products. More information can be found on https://unidoc.io/

wrysunny commented 8 months ago

Find it. https://github.com/unidoc/unioffice-examples/blob/master/document/tables/main.go#L240