From d09adc2ad03cb35305ea45a4e38969c529535657 Mon Sep 17 00:00:00 2001 From: "Andrew C. Oliver" Date: Mon, 24 Jun 2002 12:26:42 +0000 Subject: [PATCH] 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 --- src/documentation/xdocs/casestudies.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/documentation/xdocs/casestudies.xml b/src/documentation/xdocs/casestudies.xml index 75ec37ac06..3b3123acbe 100644 --- a/src/documentation/xdocs/casestudies.xml +++ b/src/documentation/xdocs/casestudies.xml @@ -35,6 +35,17 @@

+
+

+ The Bank of Lithuania + reports financial statistical data to Excel format using the + Jakarta POI + project's + HSSF 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) +

+

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. -- 2.39.5