티스토리 뷰
728x90
반응형
let config = {
responseType:"arraybuffer"
}
let param = {
test: "test"
}
axios.post("http:localhost:8080", param, config).then(response => {
FileSaver.saveAs(new Blob([response.data]), "test.xlsx")
})
728x90
반응형
'node.js > React.js' 카테고리의 다른 글
[React] inline style !important 적용 (0) | 2020.03.19 |
---|---|
[React] CSS 최우선순위 !important (0) | 2020.02.03 |
[React] react drop 동작이 안될때 (0) | 2020.01.08 |
[React] 클릭한 컴포넌트의 좌표 가져오기 (0) | 2019.12.30 |
[React] Component의 width값 가져오기 (6) | 2019.12.30 |
댓글