티스토리 뷰
C# Excel Tutorial
http://csharp.net-informations.com/excel/csharp-excel-tutorial.htm
Microsoft.Office.Interop.Excel namespace
< C# Version >
< Python Version >
# Create virtual environment
$ python -m venv myvenv
# Once you've created a virtual environment, you may activate it
$ myvenv\Scripts\activate.bat
# Python for Win32 (pywin32) extensions,
# which provides access to many of the Windows APIs,
# and the ability to create and use COM objects.
$ pip install pywin32
# Add following line in .gitignore
myvenv/
'GitHub' 카테고리의 다른 글
[Hybrid1 Log6 & Log7] From C/C++ Call Python : Function, Class (0) | 2018.08.01 |
---|---|
[Hybrid1 Log5] From Python Call C/C++ Function : Parse int, float, str (0) | 2018.07.30 |
[Hybrid1 Log4] From C/C++ Call Python : PyRun_SimpleString PyRun_SimpleFile (0) | 2018.07.29 |
[PyQt1 Log1] Simple PyQt Sample (0) | 2018.07.25 |
[PyQt1] PyQt Coding Exercise : Create Repository (0) | 2018.07.25 |