All Projects → pierreavn → websheetjs

pierreavn / websheetjs

Licence: MIT license
Lightweight JS library to render website sections with data from Google Spreadsheets

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to websheetjs

PivotHelper
PivotHelper is a utility web app that generates Pivot tables and charts from CSV files and Microsoft Excel spreadsheets.
Stars: ✭ 26 (-10.34%)
Mutual labels:  spreadsheet
spreadsheet
TypeScript/javascript spreadsheet parser, with formulas.
Stars: ✭ 40 (+37.93%)
Mutual labels:  spreadsheet
xlsx-reader
xlsx-reader is a PHP library for fast and efficient reading of XLSX spreadsheet files. Its focus is on reading the data contained within XLSX files, disregarding all document styling beyond that which is strictly necessary for data type recognition. It is built to be usable for very big XLSX files in the magnitude of multiple GBs.
Stars: ✭ 40 (+37.93%)
Mutual labels:  spreadsheet
rodf
ODF generation library for Ruby
Stars: ✭ 50 (+72.41%)
Mutual labels:  spreadsheet
aspace-import-excel
Import resources, archival objects, etc. into ArchivesSpace using Excel spreadsheet files
Stars: ✭ 39 (+34.48%)
Mutual labels:  spreadsheet
1clickBOM
A browser extension to quickly fill shopping carts with electronic components.
Stars: ✭ 76 (+162.07%)
Mutual labels:  spreadsheet
medium-editor-handsontable
📊 Handsontable extension for MediumEditor
Stars: ✭ 50 (+72.41%)
Mutual labels:  spreadsheet
HTML-templating-with-Google-Apps-Script
Use data from your spreadsheets to build a webpage or a client-side app ✨
Stars: ✭ 55 (+89.66%)
Mutual labels:  spreadsheet
pipeworld
Dataflow 'spreadsheet' desktop environment
Stars: ✭ 118 (+306.9%)
Mutual labels:  spreadsheet
Spreadsheet
A spreadsheet app designed for elementary OS
Stars: ✭ 66 (+127.59%)
Mutual labels:  spreadsheet
spreadcheetah
SpreadCheetah is a high-performance .NET library for generating spreadsheet (Microsoft Excel XLSX) files.
Stars: ✭ 107 (+268.97%)
Mutual labels:  spreadsheet
xlsx-renderer
Render xlsx from template
Stars: ✭ 21 (-27.59%)
Mutual labels:  spreadsheet
Depot
Structured data editor built inside VS Code
Stars: ✭ 136 (+368.97%)
Mutual labels:  spreadsheet
react-datasheet-grid
An Airtable-like / Excel-like component to create beautiful spreadsheets.
Stars: ✭ 227 (+682.76%)
Mutual labels:  spreadsheet
easy-excel
🚀 快速读写Excel文件,简单高效
Stars: ✭ 118 (+306.9%)
Mutual labels:  spreadsheet
react-bolivianite-grid
React grid component for virtualized rendering large tabular data.
Stars: ✭ 95 (+227.59%)
Mutual labels:  spreadsheet
grist-core
Grist is the evolution of spreadsheets.
Stars: ✭ 3,549 (+12137.93%)
Mutual labels:  spreadsheet
xivraidteam
discord と連携して ロット管理、スケジュール管理 を自動化した FF14 零式 固定管理用スプレッドシート
Stars: ✭ 20 (-31.03%)
Mutual labels:  spreadsheet
PlotsOfData
Shiny App for comparison of samples
Stars: ✭ 47 (+62.07%)
Mutual labels:  spreadsheet
xls-cli
A simple cli tool to explore xls files
Stars: ✭ 25 (-13.79%)
Mutual labels:  spreadsheet

websheet.js

size   GitHub Workflow Status

Render website sections with lazy-loaded data from Google Spreadsheets
It's lightweight, fast, free and open-source !

See how it works, full documentation and examples below:

https://websheet.js.org

Contribute

Feel free to contribute, and open issues!

  1. Clone the repository
  2. Install dependencies with npm install
  3. Open 3 terminals:
  • One with typescript compiler:
    npm run watch:ts
  • One with js bundler:
    npm run watch:bundler
  • One with anything else you are working with, for example:
  1. Once you think you did something amazing, run all the tests and submit your pull requests!
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].