We use below method to load the document into Aspose by trying with different LoadFormat
Workbook LoadExcelDocument(FileStream stream)
{
Aspose.Cells.Workbook workbook;
bool isExcelDocumentLoaded = false;
v…...We use below method to load the document into Aspose by trying with different LoadFormat
Workbook LoadExcelDocument(FileStream stream)
{
Aspose.Cells.Workbook workbook;
bool isExcelDocumentLoaded = false;
v…