PHPackages                             menhir2015/htmlphpexcel - 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. menhir2015/htmlphpexcel

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

menhir2015/htmlphpexcel
=======================

A php library based on PHPExcel to convert html tables to Excel files, including styling.

028PHP

Since Jun 13Pushed 2y agoCompare

[ Source](https://github.com/menhir2015/HtmlPhpExcel)[ Packagist](https://packagist.org/packages/menhir2015/htmlphpexcel)[ RSS](/packages/menhir2015-htmlphpexcel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

HtmlPhpExcel
============

[](#htmlphpexcel)

[![Build Status](https://github.com/Ticketpark/HtmlPhpExcel/actions/workflows/tests.yml/badge.svg)](https://github.com/Ticketpark/HtmlPhpExcel/actions)

This is a php library based on [PhpSpreadsheet](https://github.com/PHPOffice/PhpSpreadsheet) which simplifies converting html tables to excel files. It allows styling right within the html template with specific attributes.

Installation
------------

[](#installation)

Add HtmlPhpExcel to your composer.json:

```
composer require ticketpark/htmlphpexcel

```

Simple example
--------------

[](#simple-example)

```
