Docs: SpeedGen ASP: SaveLocally Method

Method: SaveLocally "aTemplateFile" "aOutputFile"
Purpose

Saves the file locally on the server

Parameters
Returns Nothing.
Example
myXLS_obj.SaveLocally "c:\states.xls", "d:\states.xls" 
Description

Creates the Excel Workbook by processing the aTemplateFile and populating it with data.

If you are generating large files (more than 10,000 rows) or if you have a slow Server then you may want to use this method to generate a spreadsheet once in a while and place it somewhere where the client can download it, otherwise we recommend using Generate instead.

Notes

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

Microsoft® Excel is a Registered Trademark of Microsoft Corporation.