awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repositorios

Awesome GitHub RepositoriesCell Editors

Interfaces for modifying the content of individual cells within a tabular dataset.

Distinct from Cell Content Injection: None of the candidates describe basic cell-level data editing; they focus on UI injection or metadata.

Explore 5 awesome GitHub repositories matching data & databases · Cell Editors. Refine with filters or upvote what's useful.

Awesome Cell Editors GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • saulpw/visidataAvatar de saulpw

    saulpw/visidata

    8,834Ver en GitHub↗

    VisiData is a terminal-based interactive data analysis tool and browser designed for exploring, filtering, and sorting large tabular datasets. It functions as a structured data inspector that loads and flattens complex formats like JSON, XML, and PCAP into interactive sheets, as well as a terminal file manager for navigating directories and performing staged filesystem operations. The project distinguishes itself by rendering data visualizations, such as scatter plots and histograms, directly in the terminal using Unicode Braille characters. It provides a Python-based data wrangling environme

    Allows direct modification of individual cell values to clean and update data.

    Pythonclicsvdatajournalism
    Ver en GitHub↗8,834
  • olifolkerd/tabulatorAvatar de olifolkerd

    olifolkerd/tabulator

    7,550Ver en GitHub↗

    Tabulator is an interactive data table library and virtual DOM data grid used to create high-performance tables from JSON or arrays. It functions as a hierarchical data viewer and a spreadsheet interface component, capable of rendering thousands of records efficiently through viewport-based virtualization and progressive loading. The library distinguishes itself by providing a full spreadsheet interface mode with multi-sheet management, cell range selection, and bulk copy-paste capabilities. It supports complex data architectures, including nested data field mapping, expandable tree structure

    Allows changing the value of specific cells and applying mutators to transform the data.

    JavaScriptajaxcdnjsdata
    Ver en GitHub↗7,550
  • burnash/gspreadAvatar de burnash

    burnash/gspread

    7,479Ver en GitHub↗

    gspread is a Python client library and API wrapper designed for programmatically interacting with Google Sheets. It serves as a spreadsheet automation library that enables the creation, organization, and management of cloud-based spreadsheets via Python scripts. The library provides a simplified interface for Google Sheets automation, allowing users to read, write, and update data without writing raw HTTP requests. It supports cloud spreadsheet integration, enabling external Python applications to use Google Sheets as a data storage layer. The project covers a broad range of capabilities inc

    Enables programmatic modification of values and formatting within spreadsheet cell ranges.

    Python
    Ver en GitHub↗7,479
  • uber/h3Avatar de uber

    uber/h3

    6,015Ver en GitHub↗

    H3 is an open-source library that provides a hierarchical hexagonal grid system for geospatial indexing. It projects the Earth onto an icosahedron and tiles each face with hexagons to minimize distortion, then encodes each hexagon as a 64-bit integer that stores its resolution and position in the hierarchy. This integer encoding enables fast bitwise operations for grid navigation and spatial analysis. The library offers a comprehensive set of grid topology algorithms for computing neighbor relationships, distances, and paths between cells directly on the hexagonal grid without geographic coor

    Returns all hexagon cells whose centers fall within a specified geographic distance from a point.

    Cgeospatialh3hexagon
    Ver en GitHub↗6,015
  • glideapps/glide-data-gridAvatar de glideapps

    glideapps/glide-data-grid

    5,237Ver en GitHub↗

    Glide Data Grid es una cuadrícula de datos virtualizada para React y TypeScript que utiliza la API de HTML Canvas para renderizar millones de celdas con fluidez. Está diseñada como una tabla de datos accesible que mantiene altas tasas de fotogramas al mostrar y navegar por conjuntos de datos masivos. El proyecto se distingue por una arquitectura de renderizado basada en canvas que utiliza renderizado perezoso (lazy rendering) y una API de dibujo personalizada. Esto permite un contenido de celda especializado y un estilo basado en datos que evita los ciclos de actualización estándar del DOM para asegurar un alto rendimiento. La cuadrícula proporciona capacidades integrales de diseño y gestión de datos, incluyendo combinación de celdas, columnas fijas, alturas de fila variables y cálculo automático del ancho de columna. También incluye soporte integrado para edición de celdas, selección de elementos y búsqueda de datos en la cuadrícula.

    Provides built-in interfaces for modifying the content of individual cells within the grid.

    TypeScriptaccessibledatadatagrid
    Ver en GitHub↗5,237
  1. Home
  2. Data & Databases
  3. Cell Editors

Explorar subetiquetas

  • Radius QueriesFunctions that return all hexagon cells whose centers fall within a specified geographic distance from a point. **Distinct from Cell Editors:** Distinct from Cell Editors: performs spatial radius queries on a grid, not editing cell content.