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