acoliver    2002/06/24 05:26:43

  Modified:    src/documentation/xdocs casestudies.xml
  Log:
  added a case study (BofL)
  
  Revision  Changes    Path
  1.5       +12 -1     jakarta-poi/src/documentation/xdocs/casestudies.xml
  
  Index: casestudies.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/src/documentation/xdocs/casestudies.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- casestudies.xml   18 Jun 2002 18:18:16 -0000      1.4
  +++ casestudies.xml   24 Jun 2002 12:26:42 -0000      1.5
  @@ -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.
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to