Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter EightData Functions (continued)

DataSheetExportWorkbook Function

Overview

The DataSheetExportWorkbook 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 = DataSheetExportWorkbook ( 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.

Related Functions

Platform Support

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

Legato IDE, Legato Basic

Page revised 2024-04-22