Posts

Showing posts with the label excel

엑셀다운로드 파일명 한글깨짐

response.setHeader("Content-Disposition", "attachment;filename="+new String(fileName.getBytes("euc-kr"),"8859_1")+".xlsx");

nested exception is java.lang.IllegalArgumentException: Invalid row number (-32768) outside allowable range (0..65535)

Image
excel row 변수가 short 로 되어 있어 int로 변경후 정상

PL/SQL Developer ODBC Importer excel

Image
- odbc 데이터 원본 실행 - driver do Microsoft Excel(*.xls)  선택 - 데이터 원본 이름 입력 - PL/SQL Developer>Tools>ODBC Importer 선택 - User/System DSN 에서 OBDC에서 만든 데이터원본 이름 선택

Create a sql query to excel

Image
--------------------------------------------------------------------------------------------------- ="UPDATE TB_SK_USER SET NAME='"&A2&"',EMAIL='"&B2&"' WHERE USER_ID = '"&C2&"'"