[PYTHON/OPENPYXL] openpyxl 패키지 : 엑셀 파일 생성하기

■ openpyxl 패키지를 사용해 엑셀 파일을 생성하는 방법을 보여준다.

main.py

requirements.txt

※ pip install openpyxl 명령을 실행했다.