Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在java中创建了一个excel表。我为此使用 POI 库。单击该按钮后,我不知道如何创建下拉列表。另外,我想为 excel 中的多个单元格创建超链接。
如果您正在使用Apache POI 3.5+. 它附带了许多您可以探索的高级格式示例。作为参考,请查看POI 示例和条件格式示例
Apache POI 3.5+