Open-XML-SDK
Open-XML-SDK copied to clipboard
How can I get a CheckBox in Excel using OpenXML?
We can get the Value by Excel
BT,
we cannot find in OpenXML
by
C# var controls = wsPart.Worksheet.Descendants<DocumentFormat.OpenXml.Spreadsheet.Control>();