CODEDRAGON ㆍDevelopment/Python
openpyxl 모듈 설치
pip install openpyxl
C:\Python\Python36-32\Scripts>pip install openpyxl Collecting openpyxl Downloading openpyxl-2.4.8.tar.gz (156kB) 100% |████████████████████████████████| 163kB 1.1MB/s Collecting jdcal (from openpyxl) Downloading jdcal-1.3.tar.gz Collecting et_xmlfile (from openpyxl) Downloading et_xmlfile-1.0.1.tar.gz Installing collected packages: jdcal, et-xmlfile, openpyxl Running setup.py install for jdcal ... done Running setup.py install for et-xmlfile ... done Running setup.py install for openpyxl ... done Successfully installed et-xmlfile-1.0.1 jdcal-1.3 openpyxl-2.4.8
C:\Python\Python36-32\Scripts> |
'Development > Python' 카테고리의 다른 글
excel 다루기 (0) | 2020.02.23 |
---|---|
openpyxl 워크북 속성 (0) | 2020.02.23 |
Binary file 처리 메서드 (0) | 2020.02.23 |
Binary file(바이너리 파일) (0) | 2020.02.23 |
MySQL DML 사용 절차 (0) | 2020.02.23 |