Ross ROSS = Recommend OSS · open-source software intelligence for agents

QtExcel/QXlsx

Excel file(*.xlsx) reader/writer library using Qt. Descendant of QtXlsxWriter. observed · 2026-08-28

github.com/QtExcel/QXlsx · homepage · C++ · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

96/100

  • Activity 99
  • Release rhythm 89
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 1
  • age_days: 3304
  • days_rel: 76
  • days_push: 8
  • n_releases_24m: 4

Full methodology

Adoption not part of the score

1514 stars · 434 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

QXlsx is a C++ library for reading and writing Excel (*.xlsx) files, built on the Qt framework. It is the maintained successor to the discontinued QtXlsxWriter project and can be used either as a library or compiled directly into a Qt project.

Use cases

  • read and write xlsx files from a Qt C++ application
  • generate Excel spreadsheets programmatically in C++
  • parse Excel workbooks without Microsoft Office installed
  • replace the abandoned QtXlsxWriter library
  • export Qt table data to Excel format
  • embed xlsx support in a Qt desktop app without static or shared libraries

When to choose

  • your project already uses Qt and needs xlsx read/write support
  • you want a maintained replacement for QtXlsxWriter
  • you need header-style integration via qmake or cmake without external binary dependencies

When to avoid

  • your project does not use Qt and you want a standalone C++ xlsx library (consider xlnt or OpenXLSX)
  • you need to write legacy .xls files rather than .xlsx
  • you need heavy spreadsheet features like macros or complex charts

Facets

library · maturity active

parser file-system developer-tools files spreadsheets cross-platform developer-tools cpp cross-platform excel xlsx qt spreadsheet office-files qmake cmake

2 sources

Member repositories

RepositoryRoleHealth v2
QtExcel/QXlsxmain96

For agents

markdown · JSON · MCP: product_card(name="QtExcel/QXlsx")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem