Archive for the ‘php’ Category

PEAR’s ‘Excel Writer’ is a nifty module to create Excel documents form PHP. Its a port of the perl Spreadsheet::WriteExcel module. It supports cell formating, formulas, multiple worksheets, page size setting, notes and more. Below is given a small example code to show how easy it is to create a Excel document. The created document [...]