| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ] |
| Articles |
- Unicode development with DbForms, MySQL 4.1, and friends by Neal Katz - [Clicks: 95]
This article covers Neal Katz's experiences developing a multilingual Website using DbForms and MySQL 4.1. Katz discusses the configuration details and provides tips on how to use the various localization tools available. The article will also explain how to generate reports with JasperReports and POI (Poor Obfuscation Implementation).
http://www.javaworld.com/javaworld/jw-09-2004/jw-0906-unicode.html - Sep, 2004 - Unlocking Microsoft Office Documents by Ryan Ackley, Avik Sengupta - [Clicks: 132]
If you've ever written software to be used by business managers, you will no doubt have received requests for interoperability with the Microsoft Office Applications. "Get me the report in Excel; HTML doesn't cut it and I need to run my own analysis on it"; "Can you index the zillion word documents I have so that the whole organization can search on them?";
http://www.sys-con.com/story/?storyid=45846&DE=1 - Aug, 2004 - Excelling in Excel with Java by Elango Sundaram - [Clicks: 389]
... And the Jakarta POI (Poor Obfuscation Implementation) allows programmers to quickly complete those tasks. POI can be used to complete pure Java ports of file formats based on Microsoft's OLE (Object Linking and Embedding) 2 compound document format (used by Microsoft Excel, Microsoft Word, and so on). This article provides insight into POI and shows how to read/write Microsoft Excel documents using Java. It also presents an interesting example using the POI API.
[Includes source code]
http://www.javaworld.com/javaworld/jw-03-2004/jw-0322-poi.html - Mar, 2004 - Read And Write Microsoft Excel Spreadsheets Using Jakarta POI by Santosh Shanbhag - [Clicks: 472]
... However, to read and write Excel (XLS) files using Java, the HSSF (Horrible SpreadSheet Format!) API is sufficient. HSSF uses POIFS under the covers to perform some of its major tasks. HSSF creates spreadsheets in Microsoft Excel '97 (-2002) format. This article provides an introduction on how to get started with the HSSF API. No prior knowledge other than an understanding of core Java is assumed.
http://www.ociweb.com/jnb/jnbMar2004.html - Mar, 2004 - Empowering DB2 with your Excel spreadsheets using Apache's POI and HSSF by Michael Lee Epley, Kulvir Singh Bhogal - [Clicks: 112]
In this article, you'll learn how to build an application that will allow for the efficient transfer of Microsoft Excel spreadsheet data into a DB2 UDB database using Apache's POI and HSSF.
http://www-106.ibm.com//developerworks/db2/library/techarticle/dm-0402bhogal/index.html - Feb, 2004