Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge cell support #78

Open
IDrinkMoreWater opened this issue Sep 26, 2018 · 3 comments
Open

Merge cell support #78

IDrinkMoreWater opened this issue Sep 26, 2018 · 3 comments

Comments

@IDrinkMoreWater
Copy link

hi,My report header needs to support merged cells,E.g
qq 20180926172818

Is there any plan support?

@NathanaelA
Copy link
Owner

At this point I do not believe this feature is planning on being added; but I would take a PR that added it!

So at this point you would have to fake it. I'm pretty sure you can tell each band cell which border to display; so
Basically, your band you create for the header would be:
Band one: Draw top / sides / bottom (if needed)
Band two: Draw sides/bottom (if needed)
Band three: draw top / bottom / sides (depending on what the cell needed)
It would require a bit of manual work; but it would look correct.

Again I'm willing to take PR's for this enhancement; and/or I do contract development if you want to pay for the feature...

@jayrajk
Copy link

jayrajk commented Jan 10, 2020

I also want support for this how much I've to pay?

@NathanaelA
Copy link
Owner

@jayrajk - Please contact me at [email protected] for any contract work. However, you can create that exact same header already just use three different bands commands (one for each row) in your header. Then you just turn on borders for the sides that need borders and it will come out looking exactly like that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants