Author: centic
Date: Mon Dec 30 16:38:24 2024
New Revision: 1922783
URL: http://svn.apache.org/viewvc?rev=1922783&view=rev
Log:
Adjust text for case-study some more
Modified:
poi/site/publish/casestudies.html
poi/site/src/documentation/content/xdocs/casestudies.xml
Modified: poi/site/publish/casestudies.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/casestudies.html?rev=1922783&r1=1922782&r2=1922783&view=diff
==============================================================================
--- poi/site/publish/casestudies.html (original)
+++ poi/site/publish/casestudies.html Mon Dec 30 16:38:24 2024
@@ -230,9 +230,10 @@ document.write("Last Published: " + docu
<strong>SQL Sheet Integration for Data Capture</strong>
<br>
- The software uses and supports SQL Sheet to build "Data
Capture Sheets," allowing end-users to seamlessly
- upload structured data via Microsoft Excel spreadsheets
into applications. SQL Sheet, a JDBC driver
- for XLS/XLSX files is based on Apache POI, transforms
worksheets into database tables, enabling access
+ The software uses and supports <a
href="https://github.com/panchmp/sqlsheet">SQL Sheet</a> to build
+ "Data Capture Sheets", allowing end-users to seamlessly
upload structured data via Microsoft Excel
+ spreadsheets into applications. <a
href="https://github.com/panchmp/sqlsheet">SQL Sheet</a>, a JDBC driver
+ for XLS/XLSX files based on Apache POI, transforms
worksheets into database tables, enabling access
through plain SQL and JDBC MetaData.
</p>
<p>
@@ -258,15 +259,15 @@ document.write("Last Published: " + docu
One of the standout benefits of this approach is the
platform independent separation of report templates
(including corporate design styles, formulas, and charts)
from the actual data. By leveraging Apache POI,
it bridges the gap between structured data and Excels
flexibility, delivering the best of both worlds for
- end-users who love working in Excel.<br>
-
-</p>
+ end-users who love working in Excel.
+ </p>
<p>
<strong>Why Apache POI?</strong>
<br>
Apache POI has proven to be a high-performance and robust
library. It is supported by comprehensive
- documentation and an excellent community of developers. At
Manticore Projects, we are proud
+ documentation and an excellent community of developers. At
+ <a href="https://manticore-projects.com/">Manticore
Projects</a>, we are proud
contributors to this vibrant community and deeply value
the collaboration that drives the evolution of this
indispensable tool.<br>
By integrating Apache POI into our software, we empower
users with intuitive and powerful features for
Modified: poi/site/src/documentation/content/xdocs/casestudies.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/casestudies.xml?rev=1922783&r1=1922782&r2=1922783&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/casestudies.xml (original)
+++ poi/site/src/documentation/content/xdocs/casestudies.xml Mon Dec 30
16:38:24 2024
@@ -68,9 +68,10 @@
</p>
<p>
<strong>SQL Sheet Integration for Data
Capture</strong><br/>
- The software uses and supports SQL Sheet to build "Data
Capture Sheets," allowing end-users to seamlessly
- upload structured data via Microsoft Excel spreadsheets
into applications. SQL Sheet, a JDBC driver
- for XLS/XLSX files is based on Apache POI, transforms
worksheets into database tables, enabling access
+ The software uses and supports <a
href="https://github.com/panchmp/sqlsheet">SQL Sheet</a> to build
+ "Data Capture Sheets", allowing end-users to seamlessly
upload structured data via Microsoft Excel
+ spreadsheets into applications. <a
href="https://github.com/panchmp/sqlsheet">SQL Sheet</a>, a JDBC driver
+ for XLS/XLSX files based on Apache POI, transforms
worksheets into database tables, enabling access
through plain SQL and JDBC MetaData.
</p>
<p>
@@ -92,12 +93,13 @@
One of the standout benefits of this approach is the
platform independent separation of report templates
(including corporate design styles, formulas, and charts)
from the actual data. By leveraging Apache POI,
it bridges the gap between structured data and Excels
flexibility, delivering the best of both worlds for
- end-users who love working in Excel.<br/>
+ end-users who love working in Excel.
</p>
<p>
<strong>Why Apache POI?</strong><br/>
Apache POI has proven to be a high-performance and robust
library. It is supported by comprehensive
- documentation and an excellent community of developers. At
Manticore Projects, we are proud
+ documentation and an excellent community of developers. At
+ <a href="https://manticore-projects.com/">Manticore
Projects</a>, we are proud
contributors to this vibrant community and deeply value
the collaboration that drives the evolution of this
indispensable tool.<br/>
By integrating Apache POI into our software, we empower
users with intuitive and powerful features for
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]