Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.5d

Application v 5.25a

  

 

Chapter EightData Functions (continued)

WorkbookExport Function

Overview

The WorkbookExport function takes the collected data sheets, assembles them and exports the data in XDS format to writing to a specified file.

Syntax/Parameters

Syntax

int = WorkbookExport ( handle hSheet, string filename );

Parameters

hSheet

A handle to a Data Sheet Object.

filename

A string specifying qualified filename to write the XDS data to.

Return Value

Returns an int as ERROR_NONE or a formatted error code on failure. Use the GetLastError and GetLastErrorMessage to retrieve additional information.

Remarks

It is recommended that each sheet be named.

Note that this function was referred to as DataSheetExportWorkbook prior to version 1.5c. There is no legacy support.

Related Functions

Platform Support

Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL

Legato IDE, Legato Basic

Page revised 2024-12-13