phpoffice/phpspreadsheet

A pure PHP library for reading and writing spreadsheet files

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 14 minutes ago
Added to GitGenius on September 4th, 2026
Created on June 19th, 2016
Open Issues & Pull Requests: 100 (+0)
GitHub issues: Enabled
Number of forks: 3,630
Total Stargazers: 13,985 (+0)
Total Subscribers: 307 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 21.9 hours
Mean response time: 457.0 days
90th percentile: 2179.1 days
Tracked items: 515

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 91% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 6% of issues opened in the past year have been closed. Three people close 87% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 35
New in 7 days: 0
Closed in 7 days: 1
Avg open age: 986 days
Stale 30+ days: 30
Stale 90+ days: 25

Recent activity

Opened in 7 days: 0
Closed in 7 days: 1
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • charts (11)
  • calculation engine (8)
  • stale (5)
  • bug (4)
  • data validations (4)
  • enhancement (4)
  • reader/ods (4)
  • pivot tables (3)

Detailed Description

PhpSpreadsheet is a pure PHP library for reading and writing spreadsheet files in formats including Excel, LibreOffice Calc, and others.

The library solves the problem of programmatically manipulating spreadsheet documents within PHP applications without requiring external dependencies or system libraries. It provides an object-oriented interface that abstracts the complexity of different spreadsheet formats, allowing developers to work with cells, formulas, formatting, and other spreadsheet features through a unified API.

Teams should adopt this tool if they need server-side spreadsheet generation or parsing in PHP applications, such as exporting data to Excel files or importing user-submitted spreadsheets. It suits projects ranging from simple CSV-to-Excel conversion to complex document manipulation with formulas and styling. For developers migrating from an older codebase, the library provides an automated migration tool to transition from its predecessor.

The project maintains a defined support window aligned with PHP's own lifecycle, committing to support each PHP version for six months beyond its official end of life. Development focuses on security and bug fixes for the master branch. The maintainer publishes detailed technical articles about advanced features and spreadsheet handling, with newer content initially available to supporters before being incorporated into public documentation.