Go 語言的 Office 文檔處理庫 UniOffice
unioffice 是一個純 Go 的開源庫,實現對 Office Word、Excel 和 PowerPoint 文件的創建和處理功能。 其目標是成為一個兼容性最強,性能最好的 Go 語言 Office 文檔處理庫。
當前的功能:
- Read/Write/Edit
- Formatting
- Images
- Tables
Spreadsheets (xlsx) [Excel]
- Read/Write/Edit
- Cell formatting including conditional formatting
- Cell validation (drop down combobox, rules, etc.)
- Retrieve cell values as formatted by Excel (e.g. retrieve a date or number as displayed in Excel)
- Formula Evaluation (100+ functions supported currently, more will be added as required)
- Embedded Images
- All chart types
PowerPoint (pptx) [PowerPoint]
- Creation from templates
- Textboxes/shapes
應用:github.com/unidoc/unioffice