简体   繁体   中英

How to create an Excel UserForm and controls from Java?

I have used "Apache POI" in order to create an Excel spreadsheet from Java.

As a next step I would like to create also UserForms from Java with Excel UserForm Controls, like labels, buttons, textBoxes and so on. I used to program such UserForms with VBA Excel.

As far as I know, Apache POI does not offer such ability (correct me if I am wrong).

Do you know an other way, in order to create UserForms with controls from Java? Is there an other framework like "Apache POI" which gives such ability to Java developers?

In case you are aware of such framework, please let me know.

There no such forms in Java as far as am aware, but you can generate a forms and other GUI controls with java Swing/awt framework.

Here sample demo http://www.edu4java.com/en/swing/swing3.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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