CSV Viewer
Load a CSV file and inspect the contents in a table.
CSV Viewer — what it does
Open a CSV and read it as a proper table in the browser, with the header row and cell boundaries laid out clearly. No import wizard, no delimiter prompt and no risk that a spreadsheet silently reformats your identifiers — it simply shows you what the file actually contains.
When this tool helps
- Checking an unfamiliar export before deciding which tool to run on it.
- Reading a CSV on a machine with no spreadsheet application installed.
- Confirming a file's structure — column names, row count, obvious gaps — before an import.
How to use it
- Choose the CSV file to open.
- Read the parsed table on screen.
- Note the column names and any obvious data problems.
- Move on to the tool that does the transformation you need.
Accuracy, limits, and good practice
- Because nothing is written back, this is the safest way to inspect a file — an Excel round-trip can change dates and drop leading zeros.
- If the whole file appears in one column, the delimiter is not a comma; run the delimiter converter first.
- Strange characters in place of accents indicate an encoding mismatch, usually a file saved as UTF-8 read as a legacy code page.
Frequently asked questions
Is my file uploaded?
No. The file is read locally by the browser and rendered on this page. Nothing is transmitted or stored anywhere.
Can I edit cells here?
This is a viewer. Use the filter, sorter, renamer or cleaner tools for changes, each of which produces a new file.
How large a file can it open?
It depends on memory. Files of a few tens of megabytes normally render, though very wide tables will need horizontal scrolling.
Related tools on this site
- Compress PDF — Rasterize and recompress PDF pages with adjustable image quality and resolution
- Split Odd & Even PDF Pages — Export odd and even pages into separate PDF files
- PDF Visual Comparison — Compare two PDF pages and highlight visible pixel differences
Everything above runs inside this page. CSV Viewer needs no account, no upload, and no server round trip — close the tab and nothing is left behind.
CSV 檢視器能做什麼
在瀏覽器中開啟 CSV,以完整的表格形式閱讀,標題列與儲存格邊界一目了然。沒有匯入精靈、不必回答分隔符問題,也不會有試算表偷偷改掉識別碼的風險——它只是誠實地把檔案內容顯示出來。
什麼時候用得上
- 在決定要用哪個工具處理之前,先看看陌生匯出檔的內容。
- 在沒有安裝試算表軟體的電腦上閱讀 CSV。
- 匯入前確認檔案結構:欄位名稱、列數與明顯的缺漏。
使用步驟
- 選擇要開啟的 CSV 檔案。
- 在畫面上閱讀解析後的表格。
- 記下欄位名稱與明顯的資料問題。
- 接著使用真正需要的轉換工具。
精確度、限制與實務建議
- 因為不會寫回任何內容,這是檢視檔案最安全的方式;用 Excel 開了再存,日期與前置零都可能被改掉。
- 若整份檔案擠在同一欄,代表分隔符不是逗號,請先用分隔符轉換工具處理。
- 重音字變成怪異符號通常是編碼不符,多半是 UTF-8 檔案被當成舊版編碼讀取。
常見問題
檔案會被上傳嗎?
不會。檔案由瀏覽器在本機讀取並在此頁渲染,不會傳送或儲存到任何地方。
可以直接編輯儲存格嗎?
這是檢視器。需要修改請使用篩選、排序、改名或清理等工具,它們都會產生新的檔案。
可以開多大的檔案?
取決於記憶體。數十 MB 的檔案通常可正常顯示,但欄位很寬的表格需要左右捲動。
本站相關工具
- PDF 壓縮 — 將 PDF 頁面重新渲染並以可調品質與解析度重新壓縮
- PDF 奇偶頁分離 — 將奇數頁與偶數頁分別匯出為 PDF
- PDF 視覺差異比較 — 比較兩個 PDF 頁面並標示可見的像素差異
以上步驟全部在這個頁面內完成,CSV 檢視器 不需要註冊、不上傳檔案、也不經過伺服器,關閉分頁後不會留下任何資料。