0

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

user1912404
  • 386
  • 4
  • 11
  • 26

1 Answers1

0

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

kark
  • 4,763
  • 6
  • 30
  • 44
  • can you be a bit more specific? what should i do to implement this? – user1912404 Mar 06 '13 at 10:12
  • excel is a product of Microsoft , whereas java is a product from oracle , so by java itself `you cannot add any change in Excel` , with help of **Microsoft VB** coding only you can do it, [http://stackoverflow.com/questions/5911285/adding-a-macro-to-an-excel-spreadsheet-with-java] – kark Mar 06 '13 at 10:19