Open save dialog box is not poping up

Hi
I am generating a excel file using aspose cells (7.3.2) and saving the workbook as

workbook.save(fileName, SaveFormat.XLSX); the excel file is saved in the desired location successfully but i am not getting the open/save dialog box . Am i missing something.


Thanks & Regards,
Sabareesh.



Hi,

Thanks for your posting and using Aspose.Cells for Java.

Open/Save dialog box will not show because Aspose.Cells for Java is not a visual component, it is a file format component, you will just save your file in desired location and then open it with MS-Excel.

Please see the following documentation articles for your reference.