You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your issue. I added support for set cell link for check box, note that if a cell link is set for a checkbox form control, Excelize will not assign a value to the linked cell when the checkbox is checked. To reflect the checkbox state, please use the SetCellValue function to manually set the linked cell's value to true. Please upgrade to the master branch code by go get github.com/xuri/excelize/v2@master, and this feature will be released on the next version.
Description
One should be able to link cellsd to checkboxes. The library explicitely only allows the CellLink property on scrollbars and spin buttons.
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: