皆さん、日々の業務でExcelを使わない日はないですよね?データの集計、分析、資料作成…手作業でやっていると時間がいくらあっても足りません。 今回は、Pythonを使ってこれらのExcel作業を劇的に効率化する方法をご紹介します!なんと、Excelシートの作成 ...
Saving attachments from a daily e-mail or moving an e-mail from one folder to another is super easy using Python! You can carry out literally any repetitive task using the Win32com library and the ...
ところで、マルチプラットフォーム対応のプログラミング言語Pythonだが今回はWindows専用だ。というのも、今回はWindowsに備わっているCOM(ActiveX)機能を使うからだ。もともとExcelには処理を自動化するのためにVBAというマクロ機能が備わっているが、外部の ...
Win32 APIにアクセスしてWindowsでできる操作をPythonで実行できるライブラリがpywin32です。 公式Docsの解読が難しすぎるため、使えそうなやつのみ紹介します。 処理の流れは下記の通りです。 【処理の流れ】 1.globでdocファイルのパスを抽出 2.取得したパス ...
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.