I’m developing an application in which I want to create an ‘MS-EXCEL’ file and for that I want the name for the file to be given by user and later on I want to provide an option to the user to save at the path where it wants.
I know about JFileChooser but it only allows to select a file from the existing files whereas I want to save. What can be the way? Please give me some brief description.
I’m developing an application in which I want to create an ‘MS-EXCEL’ file and
Share
A full example on FileChooser you find here