hexcel


A minimal PHP class to write Excel files.

Example usage:

```

$excel = new Hexcel('hello.xls');

$excel->setCellValue('A1', 'Hello World!');

$excel->stream();

?> ```

See test.php in the downloads for further examples.

Project Information

Labels:
php excel