Insert a checkbox in an Excel sheet using Apache P

2019-09-03 03:40发布

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条回答
劫难
2楼-- · 2019-09-03 03:56

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

查看更多
登录 后发表回答