|
|
|
|
|
|
Linux Hosting NT/2000 Hosting DYO Internet Access JAVASCRIPTez.com PHPez.com ASPez.com
|
Create an Excel File using Only HTMLIt's easy to use HTML to create an Excel .xls readable file... The entire file must be an HTML table without the HTML tag, the HEAD tag, and without the BODY tag. Start with >table> and end with </table>. Put in whatever >tr> tags to delimit rows and >td> tags to delimit columns. You can even specify functions within a table cell. Below is a simple example to get you started.
Of course, you could have simple created this .xls file using Excel. It's likely that the text only nature of this table file may be burdened with less overhead that a real Excel file. But where this becomes useful is as a result of some server side processing. You may use .asp or .php3/4 (or perl, .jps, or .cfm) also but since I don't program in those scripting languages (well, perl a little) I'll only display links to .asp and .php3/4 examples. The server scripting can eith simple create a .xls file after some file or database processing, or it can specify the mime type for Excel and directly display the spreadsheet. If you also have a website assisting web authors, please feel free to link to either this page or to link to HTMLez.com. If you would like to contribute code to any of the EZ pages referenced on the left, Please email me here. You may also email me if you would like to exchange links (compatible sites only).
|
|
|||||||||||||||||||||