An open API service indexing awesome lists of open source software.

https://github.com/d0422/xlsx-to-notion

엑셀파일을 변환해서 노션에 업로드하기
https://github.com/d0422/xlsx-to-notion

Last synced: 3 days ago
JSON representation

엑셀파일을 변환해서 노션에 업로드하기

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를 입력합니다.