mirror of https://github.com/apache/poi.git
New case study. Added after some excited poking from Tetsuya. :-) It may not be pushed to the website immediately however. Need to poke Andy to get his nightly build going again. Either that or just do one myself.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353128 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a6c91b827f
commit
9d2aa6c1da
|
@ -2,98 +2,127 @@
|
||||||
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "./dtd/document-v11.dtd">
|
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "./dtd/document-v11.dtd">
|
||||||
|
|
||||||
<document>
|
<document>
|
||||||
<header>
|
<header>
|
||||||
<title>Jakarta POI - Case Studies</title>
|
<title>Jakarta POI - Case Studies</title>
|
||||||
<authors>
|
<authors>
|
||||||
<person id="AO" name="Andrew C. Oliver" email="acoliver@apache.org"/>
|
<person id="AO" name="Andrew C. Oliver" email="acoliver@apache.org"/>
|
||||||
<person id="CR" name="Cameron Riley" email="crileyNO@SPAMekmail.com"/>
|
<person id="CR" name="Cameron Riley" email="crileyNO@SPAMekmail.com"/>
|
||||||
</authors>
|
</authors>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<section><title>Introduction</title>
|
<section>
|
||||||
<p>
|
<title>Introduction</title>
|
||||||
A number of people are using POI for a variety of purposes. As with
|
<p>
|
||||||
any new API or technology, the first question people generally ask
|
A number of people are using POI for a variety of purposes. As with
|
||||||
is not "how can I" but rather "Who else is doing what I'm about to
|
any new API or technology, the first question people generally ask
|
||||||
do?" This is understandable with the abysmal success rate in the
|
is not "how can I" but rather "Who else is doing what I'm about to
|
||||||
software business. These case statements are meant to help create
|
do?" This is understandable with the abysmal success rate in the
|
||||||
confidence and understanding.
|
software business. These case statements are meant to help create
|
||||||
</p>
|
confidence and understanding.
|
||||||
</section>
|
</p>
|
||||||
<section><title>Submitting a Case Study</title>
|
</section>
|
||||||
<p>
|
<section>
|
||||||
We are actively seeking case studies for this page (after all it
|
<title>Submitting a Case Study</title>
|
||||||
just started). Andy Oliver (acoliver at apache dot org) has
|
<p>
|
||||||
agreed to have a few T-Shirts printed with the POI logo (once its
|
We are actively seeking case studies for this page (after all it
|
||||||
chosen) for the first
|
just started). Andy Oliver (acoliver at apache dot org) has
|
||||||
few best submissions. To submit a case study, either
|
agreed to have a few T-Shirts printed with the POI logo (once its
|
||||||
<link href="http://jakarta.apache.org/poi/getinvolved/index.html">
|
chosen) for the first
|
||||||
submit a patch for this page</link> (preferred) or email it to the
|
few best submissions. To submit a case study, either
|
||||||
<link href="http://jakarta.apache.org/site/mail.html">mailing list
|
<link href="http://jakarta.apache.org/poi/getinvolved/index.html">
|
||||||
</link>.
|
submit a patch for this page</link> (preferred) or email it to the
|
||||||
</p>
|
<link href="http://jakarta.apache.org/site/mail.html">mailing list
|
||||||
</section>
|
</link>.
|
||||||
<section><title>Case Studies</title>
|
</p>
|
||||||
<section><title>Bank of Lithuania</title>
|
</section>
|
||||||
<p>
|
<section>
|
||||||
The <link href="http://www.lbank.lt">Bank of Lithuania</link>
|
<title>Case Studies</title>
|
||||||
reports financial statistical data to Excel format using the
|
<section>
|
||||||
<link href="http://jakarta.apache.org/poi">Jakarta POI</link>
|
<title>Bank of Lithuania</title>
|
||||||
project's <link href="http://jakarta.apache.org/poi/hssf">
|
<p>
|
||||||
HSSF</link> API. The system is based on Oracle JServer and
|
The
|
||||||
utilizes a Java stored procedure that outputs to XLS format
|
<link href="http://www.lbank.lt">Bank of Lithuania</link>
|
||||||
using the HSSF API. - Arian Lashkov (alaskov at lbank.lt)
|
reports financial statistical data to Excel format using the
|
||||||
</p>
|
<link href="http://jakarta.apache.org/poi">Jakarta POI</link>
|
||||||
</section>
|
project's
|
||||||
<section><title>Bit Tracker by Tracker Inc., and ThinkVirtual</title>
|
<link href="http://jakarta.apache.org/poi/hssf">
|
||||||
<p>
|
HSSF</link> API. The system is based on Oracle JServer and
|
||||||
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.
|
utilizes a Java stored procedure that outputs to XLS format
|
||||||
</p>
|
using the HSSF API. - Arian Lashkov (alaskov at lbank.lt)
|
||||||
<p>
|
</p>
|
||||||
Travis Reeder (travis at thinkvirtual dot com)
|
</section>
|
||||||
</p>
|
<section>
|
||||||
</section>
|
<title>Bit Tracker by Tracker Inc., and ThinkVirtual</title>
|
||||||
<section><title>Edwards And Kelcey Technology</title>
|
<p>
|
||||||
<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.
|
||||||
Edwards and Kelcey Technology (http://www.ekcorp.com/) developed a
|
</p>
|
||||||
Facility
|
<p>
|
||||||
Managament and Maintenance System for the Telecommunications industry
|
Travis Reeder (travis at thinkvirtual dot com)
|
||||||
based
|
</p>
|
||||||
on Turbine and Velocity. Originally the invoicing was done with a simple
|
</section>
|
||||||
CVS
|
<section>
|
||||||
sheet which was then marked up by accounts and customized for each client.
|
<title>Edwards And Kelcey Technology</title>
|
||||||
As growth has been consistent with the application, the requirement for
|
<p>
|
||||||
invoices that need not be touched by hand increased. POI provided the
|
Edwards and Kelcey Technology (http://www.ekcorp.com/) developed a
|
||||||
solution to this issue, integrating easily and transparently into the
|
Facility
|
||||||
system. POI HSSF was used to create the invoices directly from the server
|
Managament and Maintenance System for the Telecommunications industry
|
||||||
in
|
based
|
||||||
Excel 97 format and now services over 150 unique invoices per month.
|
on Turbine and Velocity. Originally the invoicing was done with a simple
|
||||||
</p>
|
CVS
|
||||||
<p>
|
sheet which was then marked up by accounts and customized for each client.
|
||||||
Cameron Riley (crileyNO@ SPAMekmail.com)
|
As growth has been consistent with the application, the requirement for
|
||||||
</p>
|
invoices that need not be touched by hand increased. POI provided the
|
||||||
</section>
|
solution to this issue, integrating easily and transparently into the
|
||||||
<section><title>ClickFind</title>
|
system. POI HSSF was used to create the invoices directly from the server
|
||||||
<p>
|
in
|
||||||
<link href="http://www.clickfind.com">ClickFind Inc.</link> used the POI
|
Excel 97 format and now services over 150 unique invoices per month.
|
||||||
projects HSSF API to provide their medical
|
</p>
|
||||||
research clients with an Excel export from their electronic data
|
<p>
|
||||||
collection web service Data Collector 3.0. The POI team's assistance
|
Cameron Riley (crileyNO@ SPAMekmail.com)
|
||||||
allowed ClickFind to give their clients a data format that requires less
|
</p>
|
||||||
technical expertise than the XML format used by the Data Collector
|
</section>
|
||||||
application. This was important to ClickFind as many of their current
|
<section>
|
||||||
and potential clients are already using Excel in their day-to-day
|
<title>ClickFind</title>
|
||||||
operations and in established procedures for handling their generated
|
<p>
|
||||||
clinical data. - Jared Walker (jared.walker at clickfind.com)
|
<link href="http://www.clickfind.com">ClickFind Inc.</link> used the POI
|
||||||
</p>
|
projects HSSF API to provide their medical
|
||||||
</section>
|
research clients with an Excel export from their electronic data
|
||||||
</section>
|
collection web service Data Collector 3.0. The POI team's assistance
|
||||||
</body>
|
allowed ClickFind to give their clients a data format that requires less
|
||||||
<footer>
|
technical expertise than the XML format used by the Data Collector
|
||||||
<legal>
|
application. This was important to ClickFind as many of their current
|
||||||
Copyright (c) @year@ The Apache Software Foundation All rights reserved.
|
and potential clients are already using Excel in their day-to-day
|
||||||
$Revision$ $Date$
|
operations and in established procedures for handling their generated
|
||||||
</legal>
|
clinical data. - Jared Walker (jared.walker at clickfind.com)
|
||||||
</footer>
|
</p>
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<title>IKAN Software NV</title>
|
||||||
|
<p>
|
||||||
|
<p>In addition to Change Management and Database Modelling, IKAN Software NV
|
||||||
|
(http://www.ikan.be) develops and supports its own ETL
|
||||||
|
(Extract/Transform/Load) tools.</p>
|
||||||
|
|
||||||
|
<p>IKAN's latest product is this domain is called ETL4ALL
|
||||||
|
(http://www.ikan.be/etl4all). ETL4ALL is an open source tool
|
||||||
|
allowing data transfer from and to virtually any data source. Users can
|
||||||
|
combine and examine data stored in relational databases, XML databases, PDF
|
||||||
|
files, EDI, CSV files, etc.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>It is obvious that Microsoft Excel files are also supported.
|
||||||
|
POI has been used to successfully implement this support in ETL4ALL.</p>
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
</body>
|
||||||
|
<footer>
|
||||||
|
<legal>
|
||||||
|
Copyright (c) @year@ The Apache Software Foundation All rights reserved.
|
||||||
|
$Revision$ $Date$
|
||||||
|
</legal>
|
||||||
|
</footer>
|
||||||
</document>
|
</document>
|
||||||
|
|
Loading…
Reference in New Issue