ClosedXML.Report icon indicating copy to clipboard operation
ClosedXML.Report copied to clipboard

Checkbox styling gets lost with tables after rendering

Open hidegh opened this issue 6 months ago • 2 comments

I have a working template, where I add a (so far not bound) CHECKBOX into one column:

Image

When I render the template, I get this:

Image

So the checkbox LOOK gets lost!

Also, would be great to know how to set/bind the object in the template {{ item.Active }}...and keep the checkbox look.

hidegh avatar Aug 21 '25 13:08 hidegh

Clarification: I'm referring to Excel’s new “in-cell checkbox” feature!

hidegh avatar Aug 25 '25 16:08 hidegh

So far, the only viable option I see is a dropdown option with TRUE|FALSE.

hidegh avatar Aug 25 '25 18:08 hidegh