ニュース

Each input file is a spreadsheet and it is converted into the corresponding output file as a CSV file. The new version has been enhanced so that you can append a sheet name or number to the end of the ...
Each input file is a spreadsheet and it is converted into the corresponding output file as a CSV file. As with OORunner, this code is based on PyODConverter. Next week we'll write a converter function ...
Pythonとpandasでデータ処理を行い、さあ結果をCSVファイルに出力!…と、to_csv()を実行して作成したファイルをExcelで開いてみたら、日本語の部分が全部「???」や意味不明な記号になっていた…。そんな「文字化け」の経験はありませんか? プログラム上では ...
毎月や毎週、CSV形式で送られてくる売上データ。そのデータをExcelに貼り付け、部署ごとの棒グラフを作成して報告書にまとめる…。そんな定型的なレポート作成業務に、多くの時間を費やしてはいませんか? 今回は、この「CSVデータを読み込み、グラフ ...
Excel's Save As command lets you save a single worksheet in the CSV (comma seperated value) format, but not an entire workbook. Saving individual sheets by hand is a tedious project for large ...