merrynuts

Golang的Office处理库

Go 语言的 Office 文档处理库 UniOffice

 

unioffice 是一个纯 Go 的开源库,实现对 Office Word、Excel 和 PowerPoint 文件的创建和处理功能。 其目标是成为一个兼容性最强,性能最好的 Go 语言 Office 文档处理库。

 

UniOffice

 

 

当前的功能:

  • 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

 

发表于 2020-08-01 18:35  merrynuts  阅读(2226)  评论(1编辑  收藏  举报
 

分类:

技术点:

相关文章:

  • 2022-02-01
  • 2022-01-04
  • 2021-10-18
  • 2022-12-23
  • 2022-12-23
  • 2021-09-10
  • 2021-04-23
  • 2022-12-23
猜你喜欢
  • 2021-09-07
  • 2021-11-13
  • 2022-12-23
  • 2021-11-30
  • 2021-11-18
  • 2021-06-02
  • 2022-12-23
相关资源
相似解决方案