- Ubuntu 24.04 CSV (.csv), Excel (.xlsx, .xls), OpenDocument Spreadsheet Calc (.ods) simple file viewer
* This is an older version. Please refer to the link below for the new version.
https://dasom.net/406 or https://gangserver.tistory.com/406
This is a csv, excel, and (LibreOffice/OpenOffice) calc file viewer developed using (pandas + PyQt5 + pyinstaller).
Due to the 20MB file size limit, the attachments have been split into tar.gz files
(FileViewer.tar.gzaa, FileViewer.tar.gzab, FileViewer.tar.gzac, FileViewer.tar.gzad).
After downloading, launch Terminal, navigate to the downloaded folder, and then execute the following tar.gz unpacking command. The FileViewer executable file will be created. Run this file.
$ cat FileViewer.tar.gz* | tar xvzf -
[ Running screen ]
* The first line of data is used as the column header name.

FileViewer (v 0.1.1) file sha256 hash value :
d263d5b6d4174c5f38353fb04c6ba5003a076c2ff8dc01c681276a56cf95662d
* To check the SHA256 hash of a file in Ubuntu,
use the Terminal command sha256sum <file_path>
$ sha256sum FileViewer
d263d5b6d4174c5f38353fb04c6ba5003a076c2ff8dc01c681276a56cf95662d FileViewer
[ Development environment ]
python : 3.12.x
pandas : 3.0.1
openpyxl : 3.1.5 (pandas read_excel() .xlsx engine)
xlrd : 2.0.2 (pandas read_excel() .xls engine)
odfpy : 1.4.1 (pandas read_excel() .ods engine)
PyQt5 : 5.15.11
pyinstaller : 6.19.0
[ Version history ]
0.1.1 (2026-03-04 [Y-M-D])
- Add a toolbar
0.1.0 (2026-03-02 [Y-M-D])
- Initial version
'OS > Ubuntu' 카테고리의 다른 글
| Ubuntu 24.04 locate Install / Uninstall (0) | 2026.03.09 |
|---|---|
| Ubuntu 24.04 CSV, Excel, Calc simple file viewer (v 0.1.2) (0) | 2026.03.08 |
| 우분투 24.10 HeidiSQL Qt6 버전 실행 오류 (libQt6Pas.so.6) (0) | 2026.03.05 |
| 우분투 24.04 하드웨어 정보 조회 프로그램(hwinfo) 설치 (0) | 2026.03.05 |
| Ubuntu 24.04 Qt6 library install / uninstall (0) | 2026.03.01 |