본문 바로가기

Typescript

[Postman] 엑셀 파일 다운로드 API 요청 보내기 / 포스트맨 / how to send Download API

반응형

 

 

 

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. 

 

 

반응형