https://github.com/d0422/xlsx-to-notion
엑셀파일을 변환해서 노션에 업로드하기
https://github.com/d0422/xlsx-to-notion
Last synced: 3 days ago
JSON representation
엑셀파일을 변환해서 노션에 업로드하기
- Host: GitHub
- URL: https://github.com/d0422/xlsx-to-notion
- Owner: d0422
- Created: 2023-02-18T18:09:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-18T19:17:39.000Z (over 2 years ago)
- Last Synced: 2025-02-25T20:18:42.717Z (4 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 주의사항
1. node가 설치되어있어야 합니다.
2. python이 설치되어있어야 합니다.
3. .env파일이 프로젝트 루트파일에 존재해야합니다.# 사용법
1. 구글 스프레드 시트를 받습니다(xlsx)
2. 해당 파일을 resume.xlsx로 이름을 변경해 해당 프로젝트 python 폴더에 위치시킵니다.
3. play.sh를 실행시킵니다.# play.sh가 실행되지 않는경우
1. 터미널에서 프로젝트 파일 루트로 이동합니다.
2. pip install openpyxl 을 입력합니다.
3. pip install json 을 입력합니다.
4. npm install 을 입력합니다.
5. 터미널에서 main.py를 실행시킵니다.
1. cd python
2. python main.py
6. node app.js를 입력합니다.