
hexcel
Example usage:
```
$excel = new Hexcel('hello.xls');
$excel->setCellValue('A1', 'Hello World!');
$excel->stream();
?> ```
See test.php in the downloads for further examples.
Example usage:
```
$excel = new Hexcel('hello.xls');
$excel->setCellValue('A1', 'Hello World!');
$excel->stream();
?> ```
See test.php in the downloads for further examples.