- Windows 11 CSV (.csv), Excel (.xlsx, .xls), OpenDocument Spreadsheet Calc (.ods) simple file viewer
This is a csv, excel, and calc file viewer developed using (pandas + PyQt5 + pyinstaller).
Due to the 20MB file size limit, the attachment has been compressed into separate files.
(FileViewer.zip, FileViewer.z01, FileViewer.z02, FileViewer.z03)
After downloading, unzip the FileViewer.zip file using 7zip (https://7-zip.org) or similar software.
This will create the FileViewer.exe executable file.
Run this file in Windows Explorer.
[ Running screen ]
* The first line of data is used as the column header name.

FileViewer.exe (v 0.1.1) file sha256 hash value : 3974329e264d99eda312e810e8ada61ce61f5de9ce4b707353a65cfde8a1c42f
* 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 FileViewer.exe SHA256
SHA256의 FileViewer.exe 해시:
3974329e264d99eda312e810e8ada61ce61f5de9ce4b707353a65cfde8a1c42f
CertUtil: -hashfile 명령이 성공적으로 완료되었습니다.
[ PowerShell ]
PS C:\Users\gangserver\Downloads> Get-FileHash FileViewer.exe -Algorithm SHA256
Algorithm Hash Path
--------- ---- ----
SHA256 3974329E264D99EDA312E810E8ADA61CE61F5DE9CE4B707353A65CFDE8A1C42F C:\Users\gangserver\Downloads\FileViewe...
* 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
[ Development environment ]
python : 3.13.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
'OS > Windows' 카테고리의 다른 글
| NVIDIA GeForce GTX 1650 Ti 드라이버 다운로드 (0) | 2025.08.09 |
|---|---|
| WSL Ubuntu 22.04 설치 (0) | 2025.08.08 |
| Windows에 PowerShell 최신 버전 설치 - WinGet 이용 (0) | 2025.02.06 |
| 윈도우(Windows) DNS 캐시(cache) 초기화(clear) (0) | 2025.01.31 |
| 윈도우 최대 절전 모드 끄기 / 켜기 (0) | 2025.01.14 |