Hi,
I have a html decorator that inserts an extra row before the row that Displaytag is processsing. The extra row is added in the startRow method of the decorator.
I want to do the same in an excel decorator but I noticed that the row is passed only in the FinishRow method. From the HssfTableWriter class:
Hi,
I have a html decorator that inserts an extra row before the row that Displaytag is processsing. The extra row is added in the startRow method of the decorator.
I want to do the same in an excel decorator but I noticed that the row is passed only in the FinishRow method. From the HssfTableWriter class:
Would be there a problem if I modify the code and call the setSheet routine in the writeDecoratedRowStart method?
Thanks in advance,
Andrés Chaves