Hi Team
Is there a way of opening ( not file open--but opening a file by double clicking it) an excel file using aspose.cells java.
Actually im using the following code to open a file Test.xlsx which is on desktop:
Desktop dk = Desktop.getDesktop();
dk.open(new File("C:/Users/Sanjeev/Desktop/Test.xlsx"));
Im able to open the file using this code (without doubleclicking the file to open)
Similarly is there a way to open the file in aspose.cells for java.
Is so, could you please provide me a sample code for this case.
Thanks in advance,
Sanjeev