Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
Adding Excel checkbox to document
posted

I'm generating a Excel document and I want to add boolean field.

My C# model has a boolean field that needs to be mofiled in exported excel document. By default Infragistics Excel Library generates TRUE/FALSE text in the sheet cell. How to generate a starndard Excel checkbox, that will be linked to the underlying cell?

My goal is to have an excel generated document that will contain a checkbox linked with boolean field from my model.