2

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.

7
  • My opinion is that JExcel is the better choice. Commented Jul 3, 2013 at 8:01
  • @duffymo What do you base this on? Commented Jul 3, 2013 at 8:05
  • @Top-coder Some basis for your claim please? :P Commented Jul 3, 2013 at 8:21
  • Like I said - my opinion, based on personal experience with both. It's far more reliable than the nothing on which you based your 'decent' assessment. Commented Jul 3, 2013 at 9:33
  • @duffymo I looked over the documentation and examples, which is what I based my "decent assessment". No need to get rude :) Commented Jul 3, 2013 at 9:56

1 Answer 1

1

What matters is schedule manager database.
1) Find its login information (from JSP source if it is server based or try hacking if schedule manager has its local client)
2) Build the script on any platform (I prefer local ftp)

Sign up to request clarification or add additional context in comments.

1 Comment

I did that to all my workplace databases (mostly MsSql and Oracle) and increased work productivity by more than 500% using php local scripts.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.