-->

Insert a checkbox in an Excel sheet using Apache P

2019-09-03 04:03发布

问题:

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