Python(Xlwings) 작업 Excel 읽기

1126 단어 PythonPython3
엑셀 VBA에서 파이톤을 시작하고 싶은 저에게 이 두 문장은요.
참고 가치가 있지만 보도된 대로 하면 아래의 오류도 발생해 원활하게 진행되지 않아 시간이 조금 걸렸다.
---------------------------
Error
---------------------------
Traceback (most recent call last):

  File "<string>", line 1, in <module>

  File "c:\python\VBA_Test.py", line 1, in <module>

    from xlwings import Workbook, Range

ImportError: cannot import name 'Workbook' from 'xlwings' (C:\Program Files\Python37\lib\site-packages\xlwings\__init__.py)



Press Ctrl+C to copy this message to the clipboard.
---------------------------
OK   
---------------------------

처음 쓴 기사에 누가 볼 줄은 몰랐어요.
해결 방법을 비망록으로 쓰다.
http://docs.xlwings.org/en/stable/migrate_to_0.9.html#cheat-sheet

단지 작법에 간단한 변화가 생겼을 뿐이다.
· 워크북을 북으로 교체
그럼 내가 해결할게.

좋은 웹페이지 즐겨찾기