1 repo
Libraries and utilities for parsing, manipulating, and generating data files directly within the web browser environment.
Distinguishing note: Focuses on client-side execution for data tasks, distinct from server-side processing or general-purpose data libraries.
Explore 1 awesome GitHub repository matching web development · Browser-Based Data Processing. Refine with filters or upvote what's useful.
SheetJS is a comprehensive library for parsing, manipulating, and generating complex spreadsheet file formats. It functions as a universal data processor that maps diverse binary, XML, and text-based file structures into a unified internal object model, allowing developers to create, read, and transform workbook data programmatically. The library distinguishes itself through a portable logic layer that provides a consistent execution environment across web browsers, server-side runtimes, and native desktop or mobile applications. By utilizing stream-based processing, it handles large files in
Building web applications that parse, manipulate, and generate complex spreadsheet files directly in the user's browser without needing a backend server.