使用 Apache POI 在 Excel 工作表中插入复选框
问题描述:
我想务实地在不同的单元格中插入多个复选框.我想为每个人保留一个参考,以便在用户选中或取消选中后稍后阅读.
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.
我可以在 Java POI 中做到这一点吗?如果不是,还有什么其他替代方法可以做到?
Can I do that in Java POI ? if not what is other alternatives to do it?
谢谢
答
您可以在 Microsoft Visual Basic+java 的帮助下使用宏创建自定义复选框,但仅在 Java 中该功能不可用
You can create custom check box with macros with help of Microsoft visual basic+java , in java alone that facility is not available