Hierarchical table column in Java

Is there a Java library that supports a hierarchical column?

For example (the first three rows are columns):

------------------------------------------------
2008                                           |
------------------------------------------------
January               | February               |
------------------------------------------------
Week1 | Week2 | Week3 | Week 1 | Week2 | Week3 |
------------------------------------------------
10    | 20    | 14    | 12     | 15    | 3     |
------------------------------------------------
+3
source share

All Articles