- Windows 11 CSV(.csv), Excel(.xlsx, .xls), OpenDocument Spreadsheet Calc(.ods), JSON(.json), XML(.xml), TSV(.tsv) simple viewer
* Version : 0.2.1
* Release date : 2026-08-06 [Y-M-D]
- Patch date :
* Starting with version 0.2.0, the Windows version is distributed as an NSIS (Nullsoft Scriptable Install System) installer.
(e.g., dsn-viewer-[version]-Setup-x86_64.exe)
This is an older version for Windows. For the latest version, 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
* If you need the last version for Ubuntu, please refer to the link below.
- Debian package version(.deb) / Portable version
(v 0.2.3) http://dasom.net/462 or https://gangserver.tistory.com/462
This is a csv, excel, (LibreOffice/OpenOffice) calc, json, xml and tsv simple viewer developed using (pandas + PyQt5 + pyinstaller).
[ Download ]
Caution! - To prevent spam downloads, the download URL below is changed periodically.
https://drive.google.com/file/d/10n8odd2BFCkZ7cX0WKJn-Sn4RS2eaKDP/view?usp=sharing
When you download the installation file, it will be downloaded with the filename dsn-viewer-[version]-Setup-x86_64.exe.
If you run this file in File Explorer or similar, the installation will proceed.
[ Installation ]
(* The version in the screenshot appears to be 0.2.0, but it is actually displayed as 0.2.1.)
1. Click the [Next] button

2. If you change the installation directory, click the [Next] button after changing the directory.

3. Select installation options and click the [Install] button.
- Program : DSN Viewer program files.
- Shortcuts : Create program start menu and desktop shortcuts.

4. Installation complete

[ Run ]
Click the Start menu or the program shortcut on the desktop.

[ Running screen ]
* The first line of data is used as the column header name.

dsn-viewer-0.2.1-Setup-x86_64.exe file sha256 hash value : 77b93bbe8e07fb40961eac2191547c737f570c0df1576d57adb1e95397db7d46
* To check the SHA256 hash of a file in Windows 11,
use the PowerShell command Get-FileHash <file_path> -Algorithm SHA256.
Alternatively, use certutil -hashfile <file_path> SHA256 in Command Prompt.
[ Command Prompt ]
C:\Users\gangserver\Downloads>certutil -hashfile dsn-viewer-0.2.1-Setup-x86_64.exe SHA256
SHA256의 dsn-viewer-0.2.1-Setup-x86_64.exe 해시:
77b93bbe8e07fb40961eac2191547c737f570c0df1576d57adb1e95397db7d46
CertUtil: -hashfile 명령이 성공적으로 완료되었습니다.
[ PowerShell ]
PS C:\Users\gangserver\Downloads> Get-FileHash dsn-viewer-0.2.1-Setup-x86_64.exe -Algorithm SHA256
Algorithm Hash Path
--------- ---- ----
SHA256 77B93BBE8E07FB40961EAC2191547C737F570C0DF1576D57ADB1E95397DB7D46 C:\Users\gangserver\Downloads\dsn-viewe...
* If an error occurs when running a file on Windows, please refer to the information below.

We used to have to, upon downloading a file from another computer, go to the file's Properties and then go to the General page t
Before we could use a downloaded file (from another computer), we were required to right-click on the file, select Properties and the General. We were told this was a security measure to help protect you computer from malware sneaking onto your computer…
learn.microsoft.com
[ Uninstallation ]
(* The version in the screenshot appears to be 0.2.0, but it is actually displayed as 0.2.1.)
Remove the installed DSN Viewer 0.2.1 from "Add/Remove Programs".

[ Development environment ]
(* Bold text indicates updated modules.)
python : 3.13.x
PyQt5 : 5.15.11
pyinstaller : 6.21.0
pandas : 3.0.5
python-calamine : 0.8.2
lxml : 6.1.1
xlsxwriter : 3.2.9
openpyxl : 3.1.5
xlrd : 2.0.2
odfpy : 1.4.1
[ License ]
This program is freeware.
(This program is available for anyone to use for free.)
This program does not warrant against any problems that may occur during use.
This program does not collect or transmit any personal information or data from users.
This program can only be distributed on the following site.
http://dasom.net
https://gangserver.tistory.com
[ Update information ]
0.2.1 (2026-08-06 [Y-M-D])
- Python module version upgrade(pandas)
- Change default text encoding: "utf_8" to "utf-8"
(Resolves encoding errors when reading XML files)