https://www.xlwings.org/
xlwings 사용하면 엑셀에서 VBA 대신 Python 함수를 사용할 수 있다.
엑셀에서 VBA 대신 beautifulsoup 등 이용해서
예컨대 환율 정보 쭉 긁는 코드 짤 때 쓸 수 있겠다.
아래는 pandas에서 to_excel 사용하는 방법
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.to_excel.html
No comments