我是Java新手,我正在完成我的任务,需要创建一个jframe并使用excel单元命名标题。此外,我不知道如何将Excel数据导入我的java。感谢您的帮助。 :)
public NewJFrame_1() {
initComponents();
Search.setVisible(true);
this.setTitle(getTitleFromDB());
// which i want to return with the excel cells' info
private String getTitleFromDB() {
return "ABC Company";