i a getting an obsolete warning message when using saveoptions.
what is the correct replacement for the lines below?
thanks
If strType = "XLS" Then
saveOptions = New Aspose.Cells.XlsSaveOptions(Aspose.Cells.SaveFormat.Excel97To2003)
ElseIf strType = "XLSX" Then
saveOptions = New Aspose.Cells.OoxmlSaveOptions(Aspose.Cells.SaveFormat.Xlsx)
End If