<%
' Excel Maker 1.0 by RaS! ([email protected]), ver 1.0
' --------------------------------------------------
' This is a free and simple example about create Excel files with asp
' You need the Microsoft Excel installed on you machine to use the
' object. Without this one, you cannot create any .xls file.
' Please report any bugs or feedback at [email protected]
Set ExcelApp = CreateObject("Excel.Application")
ExcelApp.Application.Visible = True
Set ExcelBook = ExcelApp.Workbooks.Add