Need help with document reading/writing program
Hey all,
I am fairly new to java and looking to make a program to simplify some of the work I need to do daily. I have a Mac with the latest version of eclipse and the latest versions of Word and Excel.
The goal of the program is to read an excel spreadsheet with a few pieces of information in about 13,000 rows. Then it will pick x number of random rows in the spreadsheet and print those selections in either a new Excel or Word document.
I never learned how read/write to and from other files, and I am wondering if something like this is possible as it would save hours and hours of time.
Thanks.