cuba-platform / yarg

Yet Another Report Generator - CUBA Platform reporting engine
https://www.cuba-platform.com
Apache License 2.0
248 stars 74 forks source link

How do I set the style of excel? It's like the header merging cells and bolding #29

Open leven-space opened 6 years ago

leven-space commented 6 years ago

Hi,I want to merge cells, but did not find the relevant method can be set。Help me please.

tinhol commented 6 years ago

Hello. Do you want to merge cell programatically? If you need to merge cells in the template you don't have to use any methods - just merge the cells you need inside bands and the merge will be replicated.

leven-space commented 6 years ago

Thanks very much for your answer。

But sometimes,we need to get the number of merged cells according to the children rows。How to solve this situation?

Best regards

tinhol commented 6 years ago

For now you have only ability to post-process the document (to run custom logic after document generation). But, we plan to include the logic you describe to next releases.