ods Class for reading and writing OpenDocument Spreadsheet files. Example code to create an ODS file: $oOds = new ods(); $oOds->addCell(0,0,0,1,'float'); //add a cell to sheet 0, row 0, cell 0, with value 1 and type float $oOds->addCell(0,0,1,2,'floa... More »
Posted in Documentation on 19 Nov 2009 @ 20:31