I’m having issues when trying to save an excel workbook
as a HMTL file. Saving in other formats such as TSV
and PDF works just fine, but saving as HTML always
results in an exception with the message
“ObjectDisposed_StreamClosed”.
I’m using the C++ version of Aspose.Cells 19.11.0 (eval license).
I’m using the API call:
void IWorkbook::Save(Aspose::Cells::Systems::StringPtr fileName , Aspose::Cells::SaveFormat saveFormat)
example01.zip (11.8 KB)