# unidoc/unioffice

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

Repository: https://github.com/unidoc/unioffice
Canonical: https://ross.abutalabs.com/products/unioffice
Homepage: https://unidoc.io/unioffice/
Language: Go
License: NOASSERTION
License Family: other
Topics: go, golang, ooxml, openoffice, docx, pptx, xlsx, ecma-376, spreadsheet, word, powerpoint, excel, g
Last push: 2026-08-13T06:19:41+00:00

## Health v2 (maintenance only)
Score: 93/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 97, release rhythm 85, longevity 100
- inputs: {"age_days": 3292, "days_push": 20, "days_rel": 20, "gap_med": 35, "n_releases_24m": 20}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4929, forks 507 (observed 2026-08-28T04:09:02.604219+00:00)

## What it is
UniOffice is a pure Go library for creating, reading, and editing Office Open XML documents: Word (.docx), Excel (.xlsx), and PowerPoint (.pptx). It is a commercial product requiring a license key, offering formatting, images, tables, charts, formula evaluation, and DOCX-to-PDF conversion with no external dependencies.

## Use cases
- generate word documents from templates in go
- create excel spreadsheets programmatically
- read and edit docx files in a go application
- evaluate excel formulas in xlsx files
- convert docx to pdf without office installed
- build powerpoint presentations from data
- extract cell values from xlsx spreadsheets

## When to choose
- you need a high-performance, pure-Go (no CGO) solution for OOXML documents
- you need to create, edit, and read docx, xlsx, and pptx in one library
- you need commercial support, licensing, and air-gapped deployment options
- you need formula evaluation or DOCX-to-PDF conversion in Go

## When to avoid
- you need a fully open-source library with a permissive license (it uses a commercial EULA)
- you only need simple spreadsheet reading and want a free alternative
- your project is not written in Go

## Facets
- artifact type: library
- maturity: active
- function: serialization, pdf, data-science
- domain: files, spreadsheets, developer-tools
- platform: go, cross-platform
- tags: docx, xlsx, pptx, ooxml, office-documents, commercial-license, pure-go, document-generation, formula-evaluation, automation

## Member repositories
- unidoc/unioffice (main) score 93

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:02.604219+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:17:59.003092+00:00, confidence not recorded.
  - readme: https://github.com/unidoc/unioffice (fetched 2026-08-28T04:09:02.604219+00:00, sha 2e3d643bc65e)
  - homepage: https://unidoc.io/unioffice/ (fetched 2026-08-29T08:59:47.265409+00:00, sha 63462bd54130)
  - site_page: https://docs.unidoc.io/ (fetched 2026-08-29T08:59:47.274630+00:00, sha c85c2be95ecc)
  - site_page: https://apidocs.unidoc.io/unioffice/latest (fetched 2026-08-29T08:59:47.278414+00:00, sha c7b9623d8181)
  - site_page: https://unidoc.io/about (fetched 2026-08-29T08:59:47.283498+00:00, sha facdc3b65ae9)
  - site_page: https://unidoc.io/pricing (fetched 2026-08-29T08:59:47.276609+00:00, sha 93fb52c61551)
  - site_page: https://unidoc.io/contact (fetched 2026-08-29T08:59:47.279914+00:00, sha a69f1e905eea)
  - site_page: https://unidoc.io/ (fetched 2026-08-29T08:59:47.281492+00:00, sha 0f25bc20d3d3)
- Data as of 2026-08-30T08:39:29.467469+00:00.
