エクセルビューア
Excel Viewer
エクセルファイルを選択し、ワークブックの内容ををリストビューで表示する
Select an Excel file and view the contents of the workbook in a list view
- TkinterのTreeviewを使用
Use Treeview in Tkinter - 1行おきに背景色を変える
Change the background color every other line - 列の幅を自動調整
Automatically adjust column width - 行の高さを自動調整
Automatically adjust row height - 縦横スクロールバーを表示
Display vertical and horizontal scroll bars - シートをタブ表示
Tab display of sheets
- Python 3.8.5
- openpyxl 3.0.5
Excel_viewer.exe- ファイル選択ボタンをクリックしファイルを選択
Click ファイル選択 button and select the file - 日付変換する場合はチェックを付ける
Check if you want to convert the date - 開くボタンをクリック
Click 開く button - CSV出力する場合はCSV出力ボタンをクリック
Click the CSV出力 button to output CSV
- pip install openpyxl
Excel viewerアプリの作り方(Tkinter-Notebook-Treeview)【Python】- プログラムでおかえしできるかな
juu7g
このソフトウェアは、MITライセンスのもとで公開されています。LICENSE.txtを確認してください。
This software is released under the MIT License, see LICENSE.txt.