Use the viewer for CSV and TSV exports, imports, logs, and datasets that need a spreadsheet-like preview without a full workbook renderer. PapaParse handles delimited text while Glide Data Grid virtualizes rows and columns.
The header includes upload, row and column counts, search, and zoom. Zoom changes row height, header height, column width, and text together. Empty rows are handled during parsing.
Glide Data Grid uses browser APIs. In a server-rendered Next.js route, load the viewer with a client-only boundary such as next/dynamic with SSR disabled.