Aspose::Cells::HtmlSaveOptions::GetHtmlCrossStringType method
HtmlSaveOptions::GetHtmlCrossStringType method
Indicates if a cross-cell string will be displayed in the same way as MS Excel when saving an Excel file in html format. By default the value is Default, so, for cross-cell strings, there is little difference between the html files created by Aspose.Cells and MS Excel. But the performance for creating large html files,setting the value to Cross would be several times faster than setting it to Default or Fit2Cell.
HtmlCrossType Aspose::Cells::HtmlSaveOptions::GetHtmlCrossStringType()
See Also
- Enum HtmlCrossType
- Class HtmlSaveOptions
- Namespace Aspose::Cells
- Library Aspose.Cells for C++