Skip to content

Instantly share code, notes, and snippets.

View gologius's full-sized avatar
🐱
On vacation

gologius gologius

🐱
On vacation
View GitHub Profile
@gologius
gologius / csv_to_excel.py
Last active November 13, 2022 07:29
CSVファイルをシンプルなExcelに変換する
# -*- coding: utf-8 -*-
"""
Created on Tue Apr 30 10:58:53 2019
"""
import logging
import os
import openpyxl
from openpyxl.styles import Alignment
from openpyxl.utils import get_column_letter, column_index_from_string