Import line: | Gda = imports.gi.Gda; |
GIR File: | Gda-4.0.gir |
C documentation: | GdaDataModelIOFormat |
Enum : | DataModelIOFormat |
Show / Hide Inherited methods, properties and signals |
Properties | |
---|---|
Number Gda.DataModelIOFormat.DATA_ARRAY_XML : 0
|
|
Number Gda.DataModelIOFormat.TEXT_SEPARATED : 1
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gda.DataModel
Method |
export_to_string
(DataModelIOFormat format, Array cols, Number nb_cols, Array rows, Number nb_rows, Set options)
:
String
Exports data contained in model to a string; the format is specified using the format argument, see the gda_data_model_export_to_file() documentation for more information about the options argument (except for the "OVERWRITE" option).
|
Gda.DataModel
Method |
export_to_file
(DataModelIOFormat format, String file, Array cols, Number nb_cols, Array rows, Number nb_rows, Set options)
:
Boolean
Exports data contained in model to the file file; the format is specified using the format argument.
|