2017-11-18 301 views
-1

我試圖寫出一些東西,我嘗試了一些東西,但不起作用。我不知道該怎麼做。如何寫入excel?

XSSFWorkbook wb1 = new XSSFWorkbook();  
Sheet shee = wb1.createSheet("Data");   
FileOutputStream fileOut = new 
FileOutputStream("C:\\Users\\User_2\\Desktop\\video.xlsx"); 
     wb1.write(fileOut); 
     d.get("http://freevideolectures.com/Course/3680/Pentaho-BI"); 
     java.util.List<WebElement> cl = 
     d.findElements(By.xpath("//ul[@class='lecture_menu']/li/a")); 
          for (WebElement wel : cl) { 
           String href = wel.getAttribute("href"); 
            System.out.println(href); 

我想要在excel中打印輸出,需要幫助!

+0

我不知道究竟怎麼了,我是新來硒和編程,u能幫助我嗎? – SarathChandar

+0

@DebanjanB你能幫我嗎? – SarathChandar

回答