Skip to content

reiji-0720/mergeCSVtoExcel

Repository files navigation

mergeCSVtoExcel

Using python for Merging CSV files and convert to an EXCEL file.

Flow

1.Creating a Excel file
2.Reading csv data (There are sample csv data. If you execute python, the program use csv data from ./sampledata )
3.Export CSV file to Excel file. One file per sheet
4.End

カレントディレクトリにEXCELファイルが作成されます
指定したディレクトリ下部のCSVファイルを読み込みます
EXCEL上でCSVのファイル名のシートが作成されそれに対応したデータが転記されます
CSVのテーブル情報がそのまま引き継がれます

image

About

Merging CSV files and convert to EXCEL file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages