Using the attached file (pAssword for the file is ‘pAsswd’), the following code results in XLSX:
test.zip (13.7 KB)
using Aspose.Cells;
var formatInfo = FileFormatUtil.DetectFileFormat("test.docx");
if (formatInfo.Load…...Using the attached file (password for the file is ‘passwd’), the following code results in XLSX:
test.zip (13.7 KB)
using Aspose.Cells;
var formatInfo = FileFormatUtil.DetectFileFormat("test.docx");
if (formatInfo.Load…