|
Posted by =?ISO-8859-1?Q?=22=C1lvaro_G=2 on June 25, 2008, 6:30 am
Please log in for more thread options
nick escribió:
> I want to output a html table as xls to the client with all data
> unformatted. For example I want excel to render "<td>1-3</td>" as
> "1-3", NOT "1-Mar".
To set a starting point... Do you already know how to output as
formatted XLS?
Whatever, you can try Pear's "Spreadsheet_Excel_Writer":
http://pear.php.net/package/Spreadsheet_Excel_Writer
--
-- http://alvaro.es - Álvaro G. Vicario - Burgos, Spain
-- Mi sitio sobre programación web: http://bits.demogracia.com -- Mi web de humor al baño María: http://www.demogracia.com --
|