- Ubuntu 24.04 CSV (.csv), Excel (.xlsx, .xls), OpenDocument Spreadsheet Calc (.ods) simple file viewer
* Version : 0.1.3
* Release date : 2026-03-16 [Y-M-D]
This is an older version for Ubuntu. For the latest version, please refer to the link below.
- Debian package version(.deb) / AppImage version / Portable version
(v 0.2.4) http://dasom.net/467 or https://gangserver.tistory.com/467
* If you need the last version for Windows, please refer to the link below.
- NSIS installer version / Portable version
(v 0.2.3) http://dasom.net/461 or https://gangserver.tistory.com/461
This is a csv, excel and (LibreOffice/OpenOffice) calc file viewer developed using (pandas + PyQt5 + pyinstaller).
[ Download ]
Caution! - To prevent spam downloads, the download URL below is changed periodically.
- filename : FileViewer
https://drive.google.com/file/d/1GAs5JOV8GZ3IWhjiQ3S2Ev24NByTauSA/view?usp=sharing
[ Run ]
- Check execution permissions
Please check if the "FileViewer" file has execute permissions.
If you do not have execute permissions, please run the terminal and add the permissions below.
$ chmod u+x FileViewer
- Run
$ ./FileViewer
[ Running screen ]
* The first line of data is used as the column header name.
* Currently, this program only processes (can be viewed) data from the first sheet of Excel/Calc files.

FileViewer (v 0.1.3) file sha256 hash value :
e66a9f5dbab1bc4720bec28af4eaccb9b72b3812e34e447ff81a3fb1c5f0c547
* To check the SHA256 hash of a file in Ubuntu,
use the Terminal command sha256sum <file_path>
$ sha256sum FileViewer
e66a9f5dbab1bc4720bec28af4eaccb9b72b3812e34e447ff81a3fb1c5f0c547 FileViewer
[ Development environment ]
python : 3.12.x
pandas : 3.0.1
openpyxl : 3.1.5
xlrd : 2.0.2
odfpy : 1.4.1
python-calamine : 0.6.2
PyQt5 : 5.15.11
pyinstaller : 6.19.0
[ Version history ]
0.1.3 (2026-03-16 [Y-M-D])
- Data is processed using "UTF-8" encoding by default when loading,
but if it fails, it is additionally processed using "CP949" encoding.
- Partial modification to reduce data processing speed.
0.1.2 (2026-03-08 [Y-M-D])
- Added search function
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' 카테고리의 다른 글
| CSV, JSON, Excel, Calc simple file viewer (v 0.1.5) - Ubuntu 24.04 (0) | 2026.09.16 |
|---|---|
| CSV, JSON, Excel, Calc simple file viewer (v 0.1.4) - Ubuntu 24.04 (0) | 2026.09.16 |
| 우분투 이미지 삭제 (0) | 2026.09.11 |
| CSV, Excel, Calc, JSON, XML, TSV simple viewer (v 0.2.4) - Ubuntu 24.04 (0) | 2026.09.09 |
| CSV, Excel, Calc, JSON, XML, TSV simple viewer (v 0.2.3) - Ubuntu 24.04 (0) | 2026.09.09 |