PHPackages                             jambagecom/excelbill-tt-products - 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. jambagecom/excelbill-tt-products

ActiveTypo3-cms-extension[PDF &amp; Document Generation](/categories/documents)

jambagecom/excelbill-tt-products
================================

Send an Excel generated bill for orders with tt\_products

v0.2.0(4y ago)02GPL-2.0-or-laterPHP

Since Jun 28Pushed 3y ago1 watchersCompare

[ Source](https://github.com/franzholz/excelbill_tt_products)[ Packagist](https://packagist.org/packages/jambagecom/excelbill-tt-products)[ Docs](https://jambage.com)[ RSS](/packages/jambagecom-excelbill-tt-products/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

TYPO3 extension excelbill\_tt\_products
=======================================

[](#typo3-extension--excelbill_tt_products)

The TYPO3 extension excelbill\_tt\_products has the purpose to enable the generation of a bill in an Excel format.

Put this into the Setup:

Generate bill:
--------------

[](#generate-bill)

```
plugin.tt_products {
  bill {
     generation = auto
     type = excel
     handleLib = PhpSpreadsheet
     handleLib {
        template = fileadmin/templates/excel_template.xls
     }
     conf {
        path = fileadmin/data/bill
     }
  }
  orderEmail {
     10002.attachment = bill
  }
}

```

Use the setup bill.conf to overwrite the charset and the standard configuration attributes of TCPDF. This extension contains a HTML template file which you can move into the fileadmin folder if you want to adapt it to your needs.

```
plugin.tt_products {
  bill.conf {
     templateFile = fileadmin/templates/excel_template.xls
  }
}

```

PhpSpreadsheet Library:
-----------------------

[](#phpspreadsheet-library)

Use the Extension Manager to set the relative library path to PhpSpreadsheet, where the TYPO3 home directory is the starting point.

```
libraryPath = src/PhpSpreadsheet

```

If you have installed the extension base\_excel, then you must use this configuration:

```
libraryPath = typo3conf/ext/base_excel/Vendor/PhpSpreadsheet/src/PhpSpreadsheet/

```

Contributors:
-------------

[](#contributors)

[Excel icons](https://icon-icons.com/de/symbol/Excel-2010-excel/23622)

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

Total

2

Last Release

1571d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4c36ec751f4996bdd88bcfca2669db1d0762e765cb449b33d47aed99ef1e1b1c?d=identicon)[franzholz](/maintainers/franzholz)

---

Top Contributors

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

---

Tags

excelTYPO3 CMStt\_products

### Embed Badge

![Health badge](/badges/jambagecom-excelbill-tt-products/health.svg)

```
[![Health](https://phpackages.com/badges/jambagecom-excelbill-tt-products/health.svg)](https://phpackages.com/packages/jambagecom-excelbill-tt-products)
```

###  Alternatives

[phpoffice/phpspreadsheet

PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine

13.9k293.5M1.3k](/packages/phpoffice-phpspreadsheet)[maatwebsite/excel

Supercharged Excel exports and imports in Laravel

12.7k144.3M712](/packages/maatwebsite-excel)[rap2hpoutre/fast-excel

Fast Excel import/export for Laravel

2.3k24.9M47](/packages/rap2hpoutre-fast-excel)[openspout/openspout

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

1.1k57.6M131](/packages/openspout-openspout)[mk-j/php_xlsxwriter

PHP Library to write XLSX files

1.9k8.1M27](/packages/mk-j-php-xlsxwriter)[shuchkin/simplexlsx

Parse and retrieve data from Excel XLSx files. MS Excel 2007 workbooks PHP reader.

1.8k3.8M21](/packages/shuchkin-simplexlsx)

PHPackages © 2026

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