public class XmlLoadOptions extends LoadOptions
| Constructor and Description |
|---|
XmlLoadOptions()
Represents the options of loading xml file.
|
XmlLoadOptions(int type)
Represents the options of loading xml file.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsMultipleWorksheets()
Indicates whether importing xml as multiple worksheets.
|
boolean |
getConvertNumericOrDate()
Indicates whether converting the value in xml file to numeric or date.
|
java.lang.String |
getDateFormat()
Gets the format of date value.
|
boolean |
getIgnoreRootAttributes()
Indicates whether ignore attributes of the root element.
|
java.lang.String |
getNumberFormat()
Gets the format of numeric value.
|
java.lang.String |
getStartCell()
Gets the start cell.
|
boolean |
isXmlMap()
Indicates whether mapping xml to Excel.
|
void |
setContainsMultipleWorksheets(boolean value)
Indicates whether importing xml as multiple worksheets.
|
void |
setConvertNumericOrDate(boolean value)
Indicates whether converting the value in xml file to numeric or date.
|
void |
setDateFormat(java.lang.String value)
Sets the format of date value.
|
void |
setIgnoreRootAttributes(boolean value)
Indicates whether ignore attributes of the root element.
|
void |
setNumberFormat(java.lang.String value)
Sets the format of numeric value.
|
void |
setStartCell(java.lang.String value)
Sets the start cell.
|
void |
setXmlMap(boolean value)
Indicates whether mapping xml to Excel.
|
getAutoFilter, getAutoFitterOptions, getCheckDataValid, getCheckExcelRestriction, getDefaultStyleSettings, getFontConfigs, getIgnoreNotPrinted, getIgnoreUselessShapes, getInterruptMonitor, getKeepUnparsedData, getLanguageCode, getLightCellsDataHandler, getLoadFilter, getLoadFormat, getLocale, getMemorySetting, getParsingFormulaOnOpen, getParsingPivotCachedRecords, getPassword, getPreservePaddingSpacesInFormula, getRegion, getStandardFont, getStandardFontSize, getWarningCallback, setAutoFilter, setAutoFitterOptions, setCheckDataValid, setCheckExcelRestriction, setFontConfigs, setIgnoreNotPrinted, setIgnoreUselessShapes, setInterruptMonitor, setKeepUnparsedData, setLanguageCode, setLightCellsDataHandler, setLoadFilter, setLocale, setMemorySetting, setPaperSize, setParsingFormulaOnOpen, setParsingPivotCachedRecords, setPassword, setPreservePaddingSpacesInFormula, setRegion, setStandardFont, setStandardFontSize, setWarningCallbackpublic XmlLoadOptions()
public XmlLoadOptions(int type)
type - LoadFormat. The load format type.public java.lang.String getStartCell()
Remarks
Only works when the file is not speadsheetML or mapping xml to Excel.public void setStartCell(java.lang.String value)
Remarks
Only works when the file is not speadsheetML or mapping xml to Excel.public boolean isXmlMap()
public void setXmlMap(boolean value)
public boolean containsMultipleWorksheets()
public void setContainsMultipleWorksheets(boolean value)
public boolean getConvertNumericOrDate()
public void setConvertNumericOrDate(boolean value)
public java.lang.String getNumberFormat()
public void setNumberFormat(java.lang.String value)
public java.lang.String getDateFormat()
public void setDateFormat(java.lang.String value)
public boolean getIgnoreRootAttributes()
public void setIgnoreRootAttributes(boolean value)
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.