ClosedXML.Report
ClosedXML.Report copied to clipboard
Checkbox styling gets lost with tables after rendering
I have a working template, where I add a (so far not bound) CHECKBOX into one column:
When I render the template, I get this:
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.
Clarification: I'm referring to Excel’s new “in-cell checkbox” feature!
So far, the only viable option I see is a dropdown option with TRUE|FALSE.