Open-XML-SDK icon indicating copy to clipboard operation
Open-XML-SDK copied to clipboard

How can I get a CheckBox in Excel using OpenXML?

Open JaneConan opened this issue 1 year ago • 0 comments

We can get the Value by Excel

image

BT,

we cannot find in OpenXML by C# var controls = wsPart.Worksheet.Descendants<DocumentFormat.OpenXml.Spreadsheet.Control>();

image

JaneConan avatar Feb 19 '24 09:02 JaneConan