JExcelApiでJava-Excel連携

Java Excel API is a mature, open source java API enabling developers to read, write, and modifiy Excel spreadsheets dynamically. Now java developers can read Excel spreadsheets, modify them with a convenient and simple API, and write the changes to any output stream (e.g. disk, HTTP, database, or any socket). Any operating system which can run a Java virtual machine (i.e., not just Windows) can both process and deliver Excel spreadsheets. Because it is Java, the API can be invoked from within a servlet, thus giving access to Excel spreadsheets over internet and intranet web applications.

試してみようと思ったけど、ソースをダウンロードした時点でプログラミングミスが2個あったので、マジかよ!!と思って即却下。一番新しいの持ってきたから開発版だったのかもしれんけど、でもバージョンついてるし…不安だからやめよう。
と思ってたけど、何気にサンプル改造して動かしてみたら他のセルを参照した足し算の結果が取得出来たー!!もうちょっと調べてみるかなぁ。
…調査した結果、SUM関数、VLOOKUP関数、他シートの参照と、コイツ何でもできるんじゃねぇかと思える対応具合。最有力候補か?