added a case study (BofL)

PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352721 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andrew C. Oliver 2002-06-24 12:26:42 +00:00
parent f6becf8a73
commit 5949a86b8e

View File

@ -35,6 +35,17 @@
</p>
</section>
<section title="Case Studies">
<section title="Bank of Lithuania">
<p>
The <link href="http://www.lbank.lt">Bank of Lithuania</link>
reports financial statistical data to Excel format using the
<link href="http://jakarta.apache.org/poi">Jakarta POI</link>
project's <link href="http://jakarta.apache.org/poi/hssf">
HSSF</link> API. The system is based on Oracle JServer and
utilizes a Java stored procedure that outputs to XLS format
using the HSSF API. - Arian Lakov (alaskov at lbank.lt)
</p>
</section>
<section title="Bit Tracker by Tracker Inc., and ThinkVirtual">
<p>
Bit Tracker (http://www.bittracker.com) is the world's first and only web-based drill bit tracking system to manage your company's critical bit information and use that data to its full potential. It manages all bit related data, including their usage, locations, how they were used, and results such as rate of penetration and dull grade after use. This data needs to be available in Excel format for backwards compatibility and other uses in the industry. After using CSV and HTML formats, we needed something better for creating the spreadsheets and POI is the answer. It works great and was easy to implement. Kudos to the POI team.