简体   繁体   English

使用Apache POI在Excel工作表中插入一个复选框

[英]Insert a checkbox in an Excel sheet using Apache POI

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 ? 我可以在Java POI中做到吗? if not what is other alternatives to do it? 如果不是,还有其他替代方法吗?

thank you 谢谢

您可以在Microsoft Visual Basic + java的帮助下使用宏创建自定义复选框,仅在Java中该功能不可用

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM