fileIn = new FileInputStream("D:/programjava/new_auto_recon2009_age/Auto_Recon.xls"); wb = new HSSFWorkbook(fileIn); try{ sheet = wb.getSheetAt(0); HSSFCellStyle cellStyle = wb.createCellStyle(); HSSFDataFormat cellFormat = wb.createDataFormat(); HSSFFont cellFont = wb.createFont(); cellFont.setFontHeightInPoints((short)8.5); cellFont.setFontName("MS Sans Serif"); cellStyle.setFont(cellFont); intRow = 3; strReportDate = PublicFunction.changeFormatDate(ReportDate); for (Iterator iter = repTsdProfiles.iterator(); iter.hasNext();) { TsdProfileInf repTsdProfile = (TsdProfileInf) iter.next(); row = sheet.getRow(intRow); cell = row.getCell((short)1); if (cell == null) cell = row.createCell((short)1); cell.setCellValue(strReportDate); cell.setCellStyle(cellStyle); cell = row.getCell((short)2); if (cell == null) cell = row.createCell((short)2); cell.setCellValue(repTsdProfile.getSecSymbol()); cell.setCellStyle(cellStyle); cell = row.getCell((short)3); if (cell == null) cell = row.createCell((short)3); cell.setCellValue(repTsdProfile.getIsin()); cell.setCellStyle(cellStyle); //cell.setEncoding(cell.ENCODING_UTF_16); cell = row.getCell((short)4); if (cell == null) cell = row.createCell((short)4); cellStyle.setDataFormat(cellFormat.getFormat("#,##0.00")); cell.setCellValue(repTsdProfile.getBalQuantity()); cell.setCellStyle(cellStyle); cell = row.getCell((short)5); if (cell == null) cell = row.createCell((short)5); cell.setCellValue(repTsdProfile.getPc()); cell.setCellStyle(cellStyle); cell = row.getCell((short)6); if (cell == null) cell = row.createCell((short)6); //cellStyle.setDataFormat(cellFormat.getFormat("#,##0.00")); cell.setCellValue(repTsdProfile.getPenSecdil()); cell.setCellStyle(cellStyle); intRow++; }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง