Package mgui.io.domestic.datasources
Class ExportDataTableExcelOptions
java.lang.Object
mgui.interfaces.InterfaceOptions
mgui.io.InterfaceIOOptions
mgui.io.domestic.datasources.ExportDataTableOptions
mgui.io.domestic.datasources.ExportDataTableExcelOptions
- All Implemented Interfaces:
InterfaceObject
,NamedObject
,TreeObject
,CleanableObject
,XMLObject
public class ExportDataTableExcelOptions extends ExportDataTableOptions
Options for exporting data from a
DataSourceItem
to a Microsoft Excel format file.- Since:
- 1.0
- Version:
- 1.0
- Author:
- Andrew Reid
- See Also:
ExportDataTableExcelWriter
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExportDataTableExcelOptions.Format
Nested classes/interfaces inherited from interface mgui.interfaces.xml.XMLObject
XMLObject.XMLEncoding, XMLObject.XMLType
-
Field Summary
Fields Modifier and Type Field Description boolean
enforce_extensions
ExportDataTableExcelOptions.Format
excel_format
boolean
has_header
java.lang.String
sheet_name
Fields inherited from class mgui.io.domestic.datasources.ExportDataTableOptions
data_items, data_source, names
-
Constructor Summary
Constructors Constructor Description ExportDataTableExcelOptions()
-
Method Summary
Methods inherited from class mgui.io.domestic.datasources.ExportDataTableOptions
getFileChooser, getFileChooser, getFiles, setFiles, setFrom, setNames, setObject
Methods inherited from class mgui.io.InterfaceIOOptions
getDTD, getLocalName, getShortXML, getXML, getXML, getXMLSchema, handleXMLElementEnd, handleXMLElementStart, handleXMLString, setFromComplementaryOptions, writeXML, writeXML, writeXML
Methods inherited from class mgui.interfaces.InterfaceOptions
clean, destroy, getName, getTreeLabel, isDestroyed, issueTreeNode, setName, setTreeNode
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
excel_format
-
has_header
public boolean has_header -
sheet_name
public java.lang.String sheet_name -
enforce_extensions
public boolean enforce_extensions
-
-
Constructor Details
-
ExportDataTableExcelOptions
public ExportDataTableExcelOptions()
-