Skip to content

Instantly share code, notes, and snippets.

@iamjacksgithub
iamjacksgithub / Excel.php
Last active August 29, 2015 14:27 — forked from ihumanable/Excel.php
Simple Excel Writer in PHP
<?php
/**
* Simple excel writer class with no external dependencies, drop it in and have fun
* @author Matt Nowack
* @link https://gist.github.com/ihumanable/929039/edit
* @license Unlicensed
* @version 1.0
*/
class Excel {