반응형
node.js 로 엑셀파일 생성 및 다운로드 코드를 작성했는데 postman API "SEND"를 누르면 계속 깨진 글자들이 나왔다.
다운로드 API 경우 postman 사용법을 찾아보니
I was trying to create and export .xlsx file with Node.js but whenever press "Send" in postman to check my API, it gave me broken result like below.
아래 사진처럼 "send" 오른쪽 화살표 표시를 누르면 "Send and Download"가 있다.
이걸 눌러주면 파일 다운로드를 어디에 할지 팝업이 뜨고 잘 다운된다.
You can press the little arrow just next to the "Send" btn, and it will show "Send and Download" like the following pic. Click "Send and Download" and your file will be downloaded like a chram.
반응형
'Typescript' 카테고리의 다른 글
[Joi] 특정 필드 날짜보다 특정일을 초과하면 안되도록 설정하기 (0) | 2022.07.01 |
---|---|
[Javascript/Typescript] Promise returned from forEach argument is ignored (0) | 2022.06.16 |
[TypeScript + Node.js] 새 프로젝트 시작하기 (환경 설정, nodemon, rimraf) (1) | 2022.04.13 |
package.json 최신 버전으로 업데이트하기 (0) | 2022.02.21 |
TypeScript 타입스크립트 컴파일 과정 (0) | 2021.12.13 |