i want to know if it’s possible to import a text file in excel through java code.
I know that we can use directly Excel and open a text file.
But for me i want to do it with java because i have a java program that create a text file everyday and after i want to open it with excel automatically.
I don’t want to loose my time to open Excel, then click import , then choose file, then…
is it possible to do fastly with java?
Thank you
I think the easiest solution here would be to have your Java code create a Comma Seperated Value (CSV) file. They are easy to create and easy for Excel to open (no extra clicks required).