Docs: SpeedGen: Create Spreadsheets in only 3 Lines of Code!

SpeedGen ASP

Set XLS = Server.CreateObject("XLSpeedGen.ASP")
XLS.AddRS_ADO Rs1, 20 ' RecordSource 1 (read 20 rows at a time)
XLS.Generate "charts.xls", "charts.xls", True ' Stream to Client, Open in Place

SpeedGen Desktop

Set XLS = CreateObject("XLSpeedGen.Desktop")
XLS.AddRS_ADO Rs1, 20 ' RecordSource 1 (read 20 rows at a time)
XLS.Generate "charts.xls", "c:\output\charts1.xls"

(c) 2000-2003 Optimized Software Canada Inc. All Rights Reserved.

Microsoft® Excel is a Registered Trademark of Microsoft Corporation.