|
ExcelTemplate ASP Reference Open MethodSyntax:
Public Void ExcelTemplate.Open(FileName As String)
Description:Opens an ExcelWriter template* spreadsheet, that is, a file created in Microsoft Excel that contains data markers where values will be inserted. A data marker is a cell value beginning with "%%=" that specifies a database column, variable, or array to insert in the spreadsheet column containing the marker (see DataSource).
The Example:
Note:The ExcelTemplate object supports Excel's BIFF8 (Excel 97/2000/XP) format only; ExcelTemplate does not support BIFF7 (Excel 95) format templates, and will not generate BIFF7 format files.
Copyright © 2005, SoftArtisans, Inc. |