파이썬에서 엑셀 다루기
파이썬 (Python)에서 엑셀(Excel) 다루기
https://www.datacamp.com/community/tutorials/python-excel-tutorial
win32com library 설치
http://sourceforge.net/projects/pywin32/files/pywin32/
엑셀 다루기
http://pythonexcels.com/python-excel-mini-cookbook/
http://pythonexcels.com/basic-excel-driving-with-python/
sql 연결
https://wikidocs.net/1307
# Add a workbook and save (Excel 2007)
# For older versions of excel, use the .xls file extension
import win32com.client as win32
excel = win32.gencache.EnsureDispatch('Excel.Application')
wb = excel.Workbooks.Add()
wb.SaveAs('add_a_workbook.xlsx')
excel.Application.Quit()
IWOWN 스마트벤드의 새로운 앱 IWOWNfit (0) | 2016.09.15 |
---|---|
(메모, 노트 앱) 구글 킵(google keep), 디이고(diigo) (0) | 2016.08.25 |
나는 정상혈압일까? 120/80mmHg 미만 (0) | 2015.08.27 |
[킨들 사용팁] send to kindle for pc (0) | 2015.08.16 |
[킨들 사용팁] 10분후 스크린세이버 자동실행 중지시키기 (0) | 2015.08.16 |
댓글 영역