Insert a checkbox in an Excel sheet using Apache POI

半腔热情 提交于 2019-12-11 16:36:26

问题


I want to pragmatically insert a number of checkbox in different cells. I want to keep a reference for each one in order to read them later on after the user check or uncheck.

Can I do that in Java POI ? if not what is other alternatives to do it?

thank you


回答1:


You can create custom check box with macros with help of Microsoft visual basic+java , in java alone that facility is not available



来源:https://stackoverflow.com/questions/15243438/insert-a-checkbox-in-an-excel-sheet-using-apache-poi

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!