微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

UniOffice Go 语言的 Office 文档处理库

程序名称:UniOffice

授权协议: AGPLv3

操作系统: 跨平台

开发语言: Google Go

UniOffice 介绍

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

当前的功能

  • Documents (docx) [Word]
    • 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

UniOffice 官网

https://unidoc.io/unioffice/

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐