Specify the default font name for exporting html, the default font will be used when the font of style is not existing,
If this property is null, Aspose.Cells will use universal font which have the same family with the original font,
the default value is null.
Gets or Sets the exporting CellArea of current active Worksheet.
If you set this attribute, the print area of current active Worksheet will be omited.
Only the specified area will be exported when saving the file to html.
Indicates whether exporting headings when saving file to html.The default value is false.
If you want to import the html file to excel, please keep the default value.
Indicating if html or mht file is presentation preference.The default value is false.if you want to get
more beautiful presentation,please set the value to true.
public java.lang.String getAttachedFilesUrlPrefix() / public void setAttachedFilesUrlPrefix(java.lang.String value)
Specify the Url prefix of attached files such as image in the html file.
Only for saving to html stream.
getDefaultFontName/setDefaultFontName
public java.lang.String getDefaultFontName() / public void setDefaultFontName(java.lang.String value)
Specify the default font name for exporting html, the default font will be used when the font of style is not existing,
If this property is null, Aspose.Cells will use universal font which have the same family with the original font,
the default value is null.
isExportComments/setExportComments
public boolean isExportComments() / public void setExportComments(boolean value)
Indicates if exporting comments when saving file to html, the default value is false.
getExportSingleTab/setExportSingleTab
public boolean getExportSingleTab() / public void setExportSingleTab(boolean value)
Indicates whether exporting the single tab when the file only has one worksheet.
The default value is false.
getExportImagesAsBase64/setExportImagesAsBase64
public boolean getExportImagesAsBase64() / public void setExportImagesAsBase64(boolean value)
Specifies whether images are saved in Base64 format to HTML, MHTML or EPUB.
When this property is set to true image data is exported directly on the
img elements and separate files are not created.
Gets or Sets the exporting CellArea of current active Worksheet.
If you set this attribute, the print area of current active Worksheet will be omited.
Only the specified area will be exported when saving the file to html.
getParseHtmlTagInCell/setParseHtmlTagInCell
public boolean getParseHtmlTagInCell() / public void setParseHtmlTagInCell(boolean value)
Parse html tag in cell,like ,as cell value,or as html tag,default is true
getEncoding
public com.aspose.cells.Encoding getEncoding()
If not set,use Encoding.UTF8 as default enconding type.
getExportHiddenWorksheet/setExportHiddenWorksheet
public boolean getExportHiddenWorksheet() / public void setExportHiddenWorksheet(boolean value)
Indicating if exporting the hidden worksheet content.The default value is true.
public boolean getPresentationPreference() / public void setPresentationPreference(boolean value)
Indicating if html or mht file is presentation preference.The default value is false.if you want to get
more beautiful presentation,please set the value to true.
isFullPathLink/setFullPathLink
public boolean isFullPathLink() / public void setFullPathLink(boolean value)
Indicating whether using full path link in sheet00x.htm,filelist.xml and tabstrip.htm.
The default value is false.
getExportHeadings/setExportHeadings
public boolean getExportHeadings() / public void setExportHeadings(boolean value)
Indicates whether exporting headings when saving file to html.The default value is false.
If you want to import the html file to excel, please keep the default value.
getExportGridLines/setExportGridLines
public boolean getExportGridLines() / public void setExportGridLines(boolean value)
Indicating whether exporting the gridlines.The default value is false.