이 문서의 예제에서는 주로 Java에서 CSV 파일을 생성하는 방법을 설명합니다. 구체적인 구현 단계는 다음과 같습니다.
1. 새 CSVUtils.java 파일을 생성합니다.
패키지 com.saicfc.pmpf.internal.manage.utils;import java.io.BufferedWriter;import java.io.File;import java.io.FileInputStream;import java.io.FileNotFoundException;import java.io.FileOutputStream;import java .io.IOException;가져오기 java.io.InputStream;가져오기 java.io.OutputStream;가져오기 java.io.OutputStreamWriter;가져오기 java.net.URLEncoder;가져오기 java.util.ArrayList;가져오기 java.util.Iterator;가져오기 java.util.LinkedHashMap;가져오기 java.util.List;가져오기 java .util.Map;가져오기 javax.servlet.http.HttpServletResponse;가져오기 org.apache.commons.beanutils.BeanUtils;/** * 파일 작업*/public class CSVUtils { /** * CVS 파일로 생성* @param importData * 소스 데이터 목록 * @param map * csv 파일의 목록 헤더 맵 * @param outPutPath * 파일 경로 * @param fileName * 파일 이름 * @return */ @SuppressWarnings("rawtypes") public static File createCSVFile(List importData, LinkedHashMap map, String outPutPath, String fileName) { File csvFile = null; BufferedWriter csvFileOutputStream = null; try { File file = new File(outPutPath)) { file.mkdir( ); } //파일 이름 형식을 정의하고 csvFile = File.createTempFile(fileName, ".csv", new File(outPutPath)); System.out.println("csvFile: " + csvFile); // UTF-8을 사용하면 구분 기호를 올바르게 읽을 수 있습니다. "," csvFileOutputStream = new BufferedWriter(new OutputStreamWriter(new FileOutputStream) (csv파일), "UTF-8"), 1024); System.out.println("csvFileOutputStream: " + csvFileOutputStream); // (Iterator propertyIterator = map.entrySet().iterator(); propertyIterator.hasNext();) { java.util.Map. propertyEntry = (java.util.Map.Entry) propertyIterator.next(); csvFileOutputStream .write(""" + (문자열) propertyEntry.getValue() != null ? (문자열) propertyEntry .getValue() : "" + """); if (propertyIterator.hasNext()) { csvFileOutputStream.write(","); } } csvFileOutputStream.newLine(); //파일 내용 쓰기(Iterator iterator = importData.iterator(); iterator.hasNext();) { 객체 행 = (객체) iterator.next(); for (Iterator propertyIterator = map.entrySet().iterator(); propertyIterator .hasNext();) { java.util.Map.Entry propertyEntry = (java.util.Map.Entry) propertyIterator .next(); BeanUtils.getProperty(row, (String) propertyEntry.getKey())); if (propertyIterator.hasNext()) { csvFileOutputStream.write(",") } } if (iterator.hasNext()) { csvFileOutputStream.newLine( ); } } csvFileOutputStream.flush() } catch (예외 e) { e.printStackTrace(); } finally { try { csvFileOutputStream.close(); } catch (IOException e) { e.printStackTrace() } } return csvFile } /** * 파일 다운로드 * @param csvFilePath * 파일 경로 * @param fileName * 파일 이름 * @throws IOException */ public static void importFile(HttpServletResponse response, String csvFilePath, String fileName)은 IOException을 발생시킵니다. response.setContentType("application/csv;charset=UTF-8"); response.setHeader("Content-Disposition", "attachment; filename=" + URLEncoder. encode(fileName, "UTF-8")); 입력 스트림 in = null; FileInputStream(csvFilePath); int len = 0; byte[] buffer = new byte[1024]; response.setCharacterEncoding("UTF-8") OutputStream out ((len = in. read(버퍼)) > 0) { out.write(새 바이트[] { (바이트) 0xEF, (바이트) 0xBB, (바이트) 0xBF }); out.write(buffer, 0, len); } } catch (FileNotFoundException e) { System.out.println(e) } finally { if (in != null) { try { in.close() ; } catch (Exception e) { throw new RuntimeException(e) } } } } /** * 이 디렉터리의 filePath에 있는 모든 파일을 삭제합니다. * @param filePath * 파일 디렉터리 경로*/ public static void deleteFiles(String filePath) { 파일 파일 = new File(filePath); if (file.exists()) { File[] files = file.listFiles() for (int i = 0 ; i < files.length; i++) { if (files[i].isFile()) { files[i].delete() } } } /** * 단일 파일 삭제* @param; filePath * 파일 디렉터리 경로 * @param fileName * 파일 이름 */ public static void deleteFile(String filePath, String fileName) { File file = new File(filePath); if (file.exists()) { File[] files = file .listFiles(); for (int i = 0; i < files.length; i++) { if (files[i].isFile()) { if (files[i].getName().equals(fileName)) { files[i].delete(); return; } } } } } /** * 테스트 데이터* @param args */ @SuppressWarnings({ "rawtypes ", "unchecked" }) public static void main(String[] args) { List importData = new ArrayList<Map>(); Map row1 = new LinkedHashMap<String, String>(); row1.put("2", "12"); row1.put("3", "13"); put("4", "14"); importData.add(row1); row1 = new LinkedHashMap<String, String>(); row1.put("2", "22"); row1.put("4", "24"); LinkedHashMap map = new LinkedHashMap(); map.put("1", "첫 번째 열"); map.put("2", "두 번째 열") map.put("3", "세 번째 열"); map.put("4", "네 번째 열"); String path = "c:/export/"; String fileName = "파일 내보내기"; 파일 file = CSVUtils.createCSVFile(exportData, map, path, fileName); fileName2 = file.getName(); System.out.println("파일 이름: " + fileName2) }}
2. createCSVFile 메소드를 호출하여 CSV 파일을 생성합니다.
문자열 이름 = "은행 환불 데이터";List importData = new ArrayList();LinkedHashMap datamMap = null;for (Iterator iterator = RefundList.iterator(); iterator.hasNext();) { HashMap map = (HashMap) iterator. (); datamMap = new LinkedHashMap(); datamMap.put("1", map.get("merOrderId")); datamMap.put("2",DateUtil.convertDateToString("yyyyMMdd", (날짜) map.get("orderTime"))); BigDecimal 금액 = (BigDecimal) map.get( "금액"); String amountString = amount.divide(new BigDecimal(10)).toPlainString(); datamMap.put("3", amountString); datamMap.put("4", map.get("remark") != null ? map.get("remark") : ""); ;} LinkedHashMap map = new LinkedHashMap(); map.put("1", "주문 번호") map.put("2", "결제 날짜"); map.put("3", "반환 현금 금액(정수 단위: 센트)"); map.put("4", "반품 이유") File file = CSVUtils.createCSVFile(exportData, map, filePath, name );//CSV 파일 생성 fileName = file.getName(); CSVUtils.exportFile(response, filePath + fileName, fileName);//생성된 CSV 파일 다운로드