code.google.com/p/yoplet/
Looking at the description, I'm lost. Can you describe what the underlying problem is that you're trying to solve, and how this applet, and either of the jQuery plugins you mentioned figure into it?
If this is all on the client side, my first advice would be not to use web technologies. A Java desktop app would be easier to develop, and be more flexible, than an applet (no worrying about permissions).
If you need to manipulate Excel files, then Apache POI is the library of choice.