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 classExportDataTableExcelOptions.FormatNested classes/interfaces inherited from interface mgui.interfaces.xml.XMLObject
XMLObject.XMLEncoding, XMLObject.XMLType -
Field Summary
Fields Modifier and Type Field Description booleanenforce_extensionsExportDataTableExcelOptions.Formatexcel_formatbooleanhas_headerjava.lang.Stringsheet_nameFields 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, setObjectMethods inherited from class mgui.io.InterfaceIOOptions
getDTD, getLocalName, getShortXML, getXML, getXML, getXMLSchema, handleXMLElementEnd, handleXMLElementStart, handleXMLString, setFromComplementaryOptions, writeXML, writeXML, writeXMLMethods inherited from class mgui.interfaces.InterfaceOptions
clean, destroy, getName, getTreeLabel, isDestroyed, issueTreeNode, setName, setTreeNodeMethods 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()
-