PHPackages                             7interactive/php-office-helper - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [PDF &amp; Document Generation](/categories/documents)
4. /
5. 7interactive/php-office-helper

ActiveLibrary[PDF &amp; Document Generation](/categories/documents)

7interactive/php-office-helper
==============================

Helper package for handling creation of Office files

2.0.1(4y ago)0127MITPHPPHP &gt;=8.0

Since Jan 20Pushed 4y ago2 watchersCompare

[ Source](https://github.com/7interactive/php-office-helper)[ Packagist](https://packagist.org/packages/7interactive/php-office-helper)[ RSS](/packages/7interactive-php-office-helper/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (3)Versions (7)Used By (0)

PHP Office Helper
=================

[](#php-office-helper)

This package implements `phpoffice/phpspreadsheet`.

Usage
-----

[](#usage)

Implement new document class, extending `BaseDocument` or `BaseExcelDocument`, just like in `example` folder.

Implement new document helper class, which extends `DocumentHelper` and introduce a new method inside of it, just like below.

```
/**
 * Returns filename
 *
 * @param \DateTime $from
 * @param \DateTime $to
 * @return string
 */
public function createExcelSpreadsheetActivityLog(\DateTime $from, \DateTime $to): string
{
    /** @var ExampleSpreadsheet $document */
    $document = $this->documentFactory->createByClassName(ExampleSpreadsheet::class);
    $document->setRange($from, $to);
    return $this->documentFactory->save($document);
}
```

Installing
----------

[](#installing)

`$ composer require 7interactive/php-office-helper`

License
-------

[](#license)

MIT

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1 days

Total

6

Last Release

1576d ago

Major Versions

1.0 → 2.02022-01-20

v1.0.x-dev → 2.0.12022-01-24

PHP version history (2 changes)1.0PHP &gt;=7.3

2.0PHP &gt;=8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/71b3ff8acb084e38e0c8e6959ebe3aebdf58c2fa60f334800d68f074498dfa06?d=identicon)[7interactive](/maintainers/7interactive)

---

Top Contributors

[![janondracek1](https://avatars.githubusercontent.com/u/5325107?v=4)](https://github.com/janondracek1 "janondracek1 (4 commits)")

### Embed Badge

![Health badge](/badges/7interactive-php-office-helper/health.svg)

```
[![Health](https://phpackages.com/badges/7interactive-php-office-helper/health.svg)](https://phpackages.com/packages/7interactive-php-office-helper)
```

###  Alternatives

[maatwebsite/excel

Supercharged Excel exports and imports in Laravel

12.7k144.3M712](/packages/maatwebsite-excel)[phpoffice/phppresentation

PHPPresentation - Read, Create and Write Presentations documents in PHP

1.4k2.4M25](/packages/phpoffice-phppresentation)[kartik-v/yii2-export

A library to export server/db data in various formats (e.g. excel, html, pdf, csv etc.)

1623.1M35](/packages/kartik-v-yii2-export)[moonlandsoft/yii2-phpexcel

Exporting PHP to Excel or Importing Excel to PHP

1491.1M16](/packages/moonlandsoft-yii2-phpexcel)[yidas/phpspreadsheet-helper

PHP Excel Helper - Write and read Spreadsheet with easy way based on PhpSpreadsheet

383144.5k3](/packages/yidas-phpspreadsheet-helper)[yectep/phpspreadsheet-bundle

A Symfony bundle to integrate with PHPOffice's PhpSpreadsheet library

562.3M4](/packages/yectep-phpspreadsheet-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
