Skip to content

Instantly share code, notes, and snippets.

View v-leonhou's full-sized avatar

leon v-leonhou

View GitHub Profile
@v-leonhou
v-leonhou / Excel.php
Created June 5, 2016 05:16 — 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 {