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