Convert a row (from csv, excel) to a structured object and validate the object
Read `.xlsx` files in a web browser or in Node.js
Simple data set export to Excel xlsx file
ProseMirror's rowspan/colspan tables component
Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue
Parameterised tests for Jest
table row extension for tiptap
A CSV stream reader, with many many features, and ability to work with the largest datasets
Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue
Token-Oriented Object Notation (TOON) – Compact, human-readable, schema-aware encoding of JSON for LLM prompts
Use the gap, column-gap, and row-gap shorthand properties in CSS
The Material Components Web data table component
Table UI widget node for Node-RED Dashboard
The fastest and simplest library for SQLite in Node.js.
SlickRowDetail plugin - A plugin to add Row Detail Panel
AgGrid Blocks for Lowdefy.
Postgres everywhere - your data, in sync, wherever you need it.
Parse CSS inline style to JavaScript object.
Better TOML parsing and stringifying all in that familiar JSON interface.
Hooks to connect React components to Appframe data objects
React csv downloader
Transforms member style imports (import {x} from 'y') into default style imports (import x from 'y/lib/x')
It's a react table for bootstrap
Hrana client for connecting to sqld over HTTP or WebSocket
CSV Madness removes what little pain is left from Ruby's CSV class. Load a CSV file, and get back an array of objects with customizable getter/setter methods.
Creates an object from a csv row according to yml-file with mapping rules
Simple, updatable matrix object with named rows/columns.
Easy object mapping from spreadsheets
This is a very simple framework to be able to access database rows as objects without forcing you to inherit from a Model class. Instead you create the class-hierarchy you want and use mixin to add persistance functionality to the object.
Object relational mapping for CSV files. Holds the entire database as a table of rows in memory.
http://github.com/sparkboxx/csv_importer Ever needed to import csv files where every row needs to be converted into a model? The CSV importer turns every row of a CSV file into an object. Each column is matched and tested against a given class. You can provide a dictionary with translations between the CSV column names and the object properties.
Proper objects for CSV headers and rows, convert column values, filter columns and rows, small(-ish) perfomance overhead, no dependencies other than Ruby stdlib.
Upload a column's value to S3 as one S3 object per row.
Hook your cassandra column families into ruby classes, mapping your rows to objects.
ReciteCSV assists to implement a class for CSV reader. A reader class implemented by ReciteCSV iterate each row as PORO(Plain Old Ruby Object).
Chloroplast provides a DSL for creating objects using a tabular format. The table’s headers become objects’ attribute names, and each row of the table defines one object’s attribute values.