PHPackages                             it-poet/excel-keys-replacer - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. it-poet/excel-keys-replacer

ActiveLibrary[File &amp; Storage](/categories/file-storage)

it-poet/excel-keys-replacer
===========================

A package to replace special labels in Excel files matching array keys.

0.0.1(9y ago)015MITPHP

Since Mar 31Pushed 9y ago1 watchersCompare

[ Source](https://github.com/grvaz/excel-keys-replacer)[ Packagist](https://packagist.org/packages/it-poet/excel-keys-replacer)[ RSS](/packages/it-poet-excel-keys-replacer/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Use Excel files as templates. This package will replace special labels in Excel files (both xls and xlsx) matching array keys.
Required: [phpoffice/phpexcel](https://github.com/PHPOffice/PHPExcel).
Install via composer:
composer require it-poet/excel-keys-replacer

Example:
Insert anywhere in xls\_keys.xls in any cells ${key1}$ and ${key2}$.

```
$excel = new \ItPoet\ExcelKeysReplacer\Replacer;
$excel->file('path/to/file/xls_keys.xls');
$excel->data([
    'key1' => 'some text',
    'key2' => '12345',
]);
$xls = $excel->replace();
$writer = new \PHPExcel_Writer_Excel5($xls);
$writer->save('path/to/file/xls_replaced.xls');
```

Optionally (with default values):

```
$excel->keyWrapper('${', '}$');
$excel->sheet(0);
```

TODO:

- multi-row insert to build tables (if key is array).

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Unknown

Total

1

Last Release

3328d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a5382d0f275771bc0f5569aff7d6ed761bcaafbce783e3fef88d5c807d0b13fd?d=identicon)[it-poet](/maintainers/it-poet)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/it-poet-excel-keys-replacer/health.svg)

```
[![Health](https://phpackages.com/badges/it-poet-excel-keys-replacer/health.svg)](https://phpackages.com/packages/it-poet-excel-keys-replacer)
```

###  Alternatives

[google/cloud-storage

Cloud Storage Client for PHP

34390.8M125](/packages/google-cloud-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15261.6M2.6k](/packages/illuminate-filesystem)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M62](/packages/creocoder-yii2-flysystem)[flowjs/flow-php-server

PHP library for handling chunk uploads. Works with flow.js html5 file uploads.

2451.6M15](/packages/flowjs-flow-php-server)[portphp/excel

Excel reader and writer for Port

26259.9k](/packages/portphp-excel)

PHPackages © 2026

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