SpringBoot 가져오기 파일 형식 확인

2468 단어

1. SpringBoot EXCEL 가져오기 시 형식 확인


1. EXCEL 가져오기 시 파일 형식 확인
// , 
String filePath = jsonObject.getString("filePath");
// 4 
        String filePaths = filePath.substring(filePath.length()-4).toLowerCase();
        if (!filePaths.equals(".xls") & !filePaths.equals("xlsx")){
            return  ResponseStruct.failure(997," ");
        }

이전에 가져온 글은 블로그 정원에 썼고 그 안에 많은 글들이 있어서 옮기고 싶지 않아서 주소는 다음과 같다.https://www.cnblogs.com/shxkey/블로그 원 주소: 블로그 원 주소

좋은 웹페이지 즐겨찾기