I want to define an Excel template to be used with JXLS (current version 2.2.5) in such a way that there is a dynamic grid (i.e. I do not know the number of columns before-hand), and to the right side of it, another grid:
Header 1.1 | Header 1.2 | | Header 2.1 | Header 2.2 | Header 2.3
------------------------- --------------------------------------
A B C D E
F G H I J
The two grids have the same number of rows, but I'd prefer to not merge them because they have separate styles.
Is it possible, and if yes: how?
I tried the GridCommandDemo from the jxls-demo collection and put some static text (to start with) into a cell right of the area with the grid, but it was simply overwritten. I had expected it to be moved to the right.