Using python for Merging CSV files and convert to an EXCEL file.
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のテーブル情報がそのまま引き継がれます