This is a discussion on xls preserve text format within the PHP Language forums, part of the PHP Programming Forums category; I want to output a html table as xls to the client with all data unformatted. For example I want ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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 -- |