PHPackages                             move-elevator/xlsx-appender - 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. move-elevator/xlsx-appender

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

move-elevator/xlsx-appender
===========================

Append data to existing xlsx file

0.1.1(8y ago)179MITPHPPHP &gt;=5.6

Since Jan 17Pushed 8y ago7 watchersCompare

[ Source](https://github.com/move-elevator/xlsx-appender)[ Packagist](https://packagist.org/packages/move-elevator/xlsx-appender)[ RSS](/packages/move-elevator-xlsx-appender/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (6)Used By (0)

[![Build Status](https://camo.githubusercontent.com/aa6cc8d1d82b94679291b0b159c7c1d8c33e9f3501c876382c3e717cc542592d/68747470733a2f2f7472617669732d63692e6f72672f6d6f76652d656c657661746f722f786c73782d617070656e6465722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/move-elevator/xlsx-appender)[![Software License](https://camo.githubusercontent.com/074b89bca64d3edc93a1db6c7e3b1636b874540ba91d66367c0e5e354c56d0ea/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e737667)](LICENSE)[![Latest Stable Version](https://camo.githubusercontent.com/85ba1345a45745ed4c3374707d55bd56ac9e433c1a99b5db6a589b91b43382bf/68747470733a2f2f706f7365722e707567782e6f72672f6d6f76652d656c657661746f722f786c73782d617070656e6465722f762f737461626c65)](https://packagist.org/packages/move-elevator/xlsx-appender)[![Total Downloads](https://camo.githubusercontent.com/0ee7c8f34dd3859906cc53788b409d1905ffbc61d6778a780c981420463b85ad/68747470733a2f2f706f7365722e707567782e6f72672f6d6f76652d656c657661746f722f786c73782d617070656e6465722f646f776e6c6f616473)](https://packagist.org/packages/move-elevator/xlsx-appender)

Append data to existing xlsx file
=================================

[](#append-data-to-existing-xlsx-file)

This library is useful to append data rows to big xlsx files. It is possible to write your data to a temporary file with content given from XlsxRowTemplate. After finishing this file, it is possible to give this filepath to the XlsxAppender. The given temporary file will be deleted.

The library will not take a look at the xml structure of the worksheet. The main feature of this library is to write big data to a xlsx file with less memory size and execution time of the current server. (There will proceed no xml parsing!)

In the current Version it is just possible to write plain text, integer or boolean value to the xlsx file.

Tips
====

[](#tips)

- Take a look in the example folder of this repository to get an impression, how this library is used.
- If the reader of the xlsx-file will not show data which was add by XlsxAppender: Open the Xlsx file with an editor like TextWrangler. Take a look at the xml data of the worksheet. The reader of the xlsx-file will not show data, if there are still some rows with the same linenumber or cells with the same coordinate.
- Get involved - for more functionality in this library

TODO´s
======

[](#todos)

- adding of some styling structure to cell templates like font-color or font-weight
- fix data handling for xlsx files if there are some cells marked

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity52

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 ~232 days

Total

4

Last Release

3068d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f71257bb4db7f3adcabdc7d93e0f84c00aa50689b1411976b57f6a57ed7b6b2e?d=identicon)[move-elevator](/maintainers/move-elevator)

---

Top Contributors

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

---

Tags

phpexcelxlsxofficewrite

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/move-elevator-xlsx-appender/health.svg)

```
[![Health](https://phpackages.com/badges/move-elevator-xlsx-appender/health.svg)](https://phpackages.com/packages/move-elevator-xlsx-appender)
```

###  Alternatives

[openspout/openspout

PHP Library to read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way

1.1k57.6M128](/packages/openspout-openspout)

PHPackages © 2026

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