Hi. I’m completing a program which to make a long story short retrieves data from an Oracle database and outputs this to a flat file(*.csv) which in turn will be used in Excel 97 for reports. I was wondering what the best way of going about opening this file up for viewing in Excel through my Java program would be(i.e. clicking “File”) instead of finding the file manually outside of the Java program and double clicking it. Any thoughts?
THX in advance…