OS/Ubuntu

CSV, JSON, XML, Excel, Calc, TSV simple file viewer (v 0.1.8) - Ubuntu 24.04

강서버 2026. 7. 14. 19:00
728x90
반응형

- Ubuntu 24.04 CSV(.csv), JSON(.json), XML(.xml), Excel(.xlsx, .xls), OpenDocument Spreadsheet Calc(.ods), TSV(.tsv) simple file viewer

* Version : 0.1.8

* Release date : 2026-07-14 [Y-M-D]

- Patch date : 

 

 

This is the latest version. If an error occurs, please refer to the link below for the older version.

(v 0.1.7) http://dasom.net/423 or https://gangserver.tistory.com/423

(v 0.1.6) http://dasom.net/421 or https://gangserver.tistory.com/421

(v 0.1.5) http://dasom.net/418 or https://gangserver.tistory.com/418

(v 0.1.4) http://dasom.net/406 or https://gangserver.tistory.com/406

 

 

This is a csv, json, xml, excel, (LibreOffice/OpenOffice) calc and tsv 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, FileViewer.tar.gzae).

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 -

 

Please check if the FileViewer file has execution permissions.

If it does not, please add execution permissions as shown below and then run it.

$ chmod u+x FileViewer

 

 

[ Running screen ]

* The first line of data is used as the column header name.

 

FileViewer.tar.gzaa
19.00MB
FileViewer.tar.gzab
19.00MB
FileViewer.tar.gzac
19.00MB
FileViewer.tar.gzad
19.00MB
FileViewer.tar.gzae
3.66MB

 

 

FileViewer (v 0.1.8) file sha256 hash value :

c4a52ef5f7a2bcd1f2e266c05764037e2d05032df060a81aee6b9a7f4dd493e0

 

 

* To check the SHA256 hash of a file in Ubuntu,

use the Terminal command sha256sum <file_path>

 

$ sha256sum FileViewer

c4a52ef5f7a2bcd1f2e266c05764037e2d05032df060a81aee6b9a7f4dd493e0  FileViewer

 

 

[ Development environment ]

(* Bold text indicates updated modules.)

python      : 3.12.x

pandas     : 3.0.3

openpyxl  : 3.1.5
xlrd           : 2.0.2
odfpy        : 1.4.1
python-calamine : 0.8.2

xlsxwriter  : 3.2.9

lxml           : 6.1.1

PyQt5       : 5.15.11
pyinstaller : 6.21.0

 

 

[ Version history ]

0.1.8 (2026-07-14 [Y-M-D])
- Python module version upgrade(pandas, python-calamine, lxml, pyinstaller)

 

0.1.7 (2026-04-17 [Y-M-D])
- TSV(Tab-Separated Values) data format(.tsv) support
- Apply background color to the row

0.1.6 (2026-04-08 [Y-M-D])
- Support for multiple sheets in Excel/Calc files
- Fixed an issue where memory continued to increase when opening files
- XML data format(.xml) support

0.1.5 (2026-03-27 [Y-M-D])
- Unify local file and URL open data loading
- Added data conversion function
- Change to Calamine engine when opening Excel/Calc files

0.1.4 (2026-03-23 [Y-M-D])
- Added a view feature using a URL
- JSON data format(.json) support

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

 

 

728x90
반응형