Python(Xlwings) 작업 Excel 읽기
참고 가치가 있지만 보도된 대로 하면 아래의 오류도 발생해 원활하게 진행되지 않아 시간이 조금 걸렸다.
---------------------------
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
단지 작법에 간단한 변화가 생겼을 뿐이다.
· 워크북을 북으로 교체
그럼 내가 해결할게.
Reference
이 문제에 관하여(Python(Xlwings) 작업 Excel 읽기), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/Ruroin/items/62ed63820a26a739a29d텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)