반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- uint8array
- methodChannel
- swagger-typescript-api
- typescript
- Redux
- userevent_tracker
- FirebaseAnalytics
- jszip
- Babel standalone
- Raycasting
- Three-fiber
- androidId
- REST API
- KakaoMap
- Image Resize typescript
- webrtc
- node
- Three js
- RouteObserver
- Flutter
- react
- Game js
- code editor
- Completer
- Prism.js
- web track
- uint16array
- Excel
- babel
- identifierForVender
Archives
- Today
- Total
목록uint16array (1)
Never give up
React - excel example(feat. XLSX)
어드민 작업을 할 때, excel import, export기능이 필요한 경우가 많습니다 예를들어, 일괄등록, 엑셀로 추출해서 보기 등등 엣날에 서버쪽에서 작업하는 예제를 올렸었는데, 이번에는 클라이언트에서 구현 및 유틸로 만들어봤습니다 클라이언트에서 했을때 장점으로는1. 서버쪽에 굳이 excel 라이브러리를 설치 안해도 된다2. 서버쪽 리소스를 조금이나마 덜 쓸 수 있다3. 파일업로드 방식이 아닌, json으로 데이터 교환 하기 편하다정도 있을 수 있을거 같습니다 excelUtil.tsimport * as XLSX from "xlsx";export const excelUtil = { /** - generate json from excel file */ excelFiletoJson(file: File..
WEB
2024. 11. 14. 13:24