Gnm.StfExport¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
class |
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
The character encoding of the output. |
||
r/w |
How should cells be formatted? |
||
r/w |
The locale to use for number and date formatting. |
||
r/w |
What to do with unrepresentable characters. |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Gnm.StfExport(**kwargs)¶
- Bases:
- Abstract:
No
- classmethod dialog(wbcg, stfe, wb)¶
- Parameters:
wbcg (
Gnm.WBCGtk
orNone
) –Gnm.WBCGtk
stfe (
Gnm.StfExport
) – An exporter to set up (and take defaults from)wb (
Gnm.Workbook
) – TheGnm.Workbook
to export
- Returns:
True
if cancelled.- Return type:
This will start the export assistant.
- options_sheet_list_add(sheet)¶
- Parameters:
sheet (
Gnm.Sheet
) – a gnumeric sheet
Appends a sheet to the list of sheets to be exported
- options_sheet_list_clear()¶
Clears the sheet list.
- options_sheet_list_get()¶
- Returns:
the list of
Gnm.Sheet
instances added to self usingGnm.StfExport.options_sheet_list_add
().- Return type:
Property Details¶
- Gnm.StfExport.props.charset¶
-
The character encoding of the output.
- Gnm.StfExport.props.format¶
- Name:
format
- Type:
- Default Value:
- Flags:
How should cells be formatted?
- Gnm.StfExport.props.locale¶
-
The locale to use for number and date formatting.
- Gnm.StfExport.props.transliterate_mode¶
- Name:
transliterate-mode
- Type:
- Default Value:
- Flags:
What to do with unrepresentable characters.