I currently got an assignment at work.
I am a Computer Science student and work part time at a call center. Our salary is calculated in excel sheets in how many hours we've worked from the 15th this month to the 15th the next month. Currently we have to fill our these excel sheets ourselves which is prune to errors.
I would like to be able to simply press a button on our schedule manager (which is written in JSP I am told) which then makes an excel sheet for me by pulling information from our schedule manager database, attach it to an email and send it to me.
Now, my question is if anyone had experience with these Java Excel libraries in a JSP environment?
I found two which I haven't tried yet but seem decent:
I'll figure out that Email part later.