-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);
私は出力を印刷したい、助けが必要です!
私はどのように正確に、私はセレンとプログラミングに新しいです、uは私を助けることができる知りません? – SarathChandar
@DebanjanBは私を助けることができますか? – SarathChandar