Categories
Miscellaneous

Calendars 2011

I know, 2011 has already started a few weeks ago. However, I still owe you the DIY Planner calendar. Of course, the calendar differs from Ygor’s template in having week numbers on all templates. This year, I translated it to German as well, so you can have the German or the English version for download.

Unfortunately, I haven’t been able yet to create a Windows executable that runs without any additional library. So you have to build the version from your own scratch. The source code is available at my Subversion repository.

Categories
CSV

CSV/Excel Utility Package V2.1 released

I finished this release some months ago but didn’t find time yet to finally release it. Version 2.1 introduces some new features and classes that ease handling of table-like data from different sources:

  • New TableReader implementations for JDBC, XML, JTable
  • New TableWriter implementations for HTML and XML
  • Introduction of type conversion to allow object-string conversion and vice versa while reading and writing tables
  • New Reader and Writer wrappers that read and write JavaBeans.
  • New Filter implementations for TableReader that remove rows and columns.
  • Some abstract classes were separated into general base classes and stream-handling classes. This allows easier development of non-stream based implementations.

You can download the new version here or visit the Homepage of the utility where you will find some examples on how to use it.