The Wayback Machine - https://web.archive.org/web/20220809021136/https://github.com/topics/spreadsheets
Here are
250 public repositories
matching this topic...
Jspreadsheet is a lightweight vanilla javascript plugin to create amazing web-based interactive tables and spreadsheets compatible with other spreadsheet software.
Updated
Jun 26, 2022
JavaScript
Python library to interact with Google Sheets V4 API
Updated
Mar 16, 2022
Python
A Python DB-API and SQLAlchemy dialect to Google Spreasheets
Updated
Jun 2, 2021
Python
Updated
Jan 15, 2018
JavaScript
Use JSONPath to selectively extract data from any JSON or GraphQL API directly into Google Sheets.
Updated
Jul 10, 2021
JavaScript
A Google apps scripts ORM to manipulate spreadsheets as database tables.
Updated
May 3, 2022
JavaScript
Standalone library for working with spreadsheets in CFML
Updated
Aug 8, 2022
ColdFusion
📦 🔍 👀 A comparison tool to compare JavaScript data grid and spreadsheet libraries
Updated
Jun 17, 2022
TypeScript
FPSheet: A Spreadsheet program with Haskell as the scripting language
Updated
Jul 25, 2021
Haskell
Updated
Sep 18, 2020
JavaScript
Django implementation of Handsontable spreadsheets for CRUD actions.
Updated
Mar 14, 2021
Python
Automatic transformation of untidy spreadsheet-like data into tidy form
UICollectionView 2d-table / grid / spreadsheet layout
Updated
Jul 28, 2015
Objective-C
Finds formula errors in spreadsheets (plugin for Microsoft Excel)
Automagically turn Excel spreadsheets into Alfred 3 Workflows
Updated
Aug 5, 2019
Python
an SMS bot built with Google sheets and Twilio
Updated
Jun 24, 2020
HTML
Updated
Jul 20, 2022
Java
Library to help use a Google Sheet as a database
Updated
May 25, 2022
TypeScript
ACT、FFLogsを使い、FF14 零式コンテンツのタイムラインスプレッドシートを作成
Updated
Dec 26, 2020
JavaScript
Detects tabular data (spreadsheets, dsv or json, 20+ different formats) and emits normalized objects.
Updated
Apr 1, 2022
JavaScript
Data Organization in Spreadsheets for Ecologists
Pulling data from Google Sheets with React components
Updated
Feb 22, 2018
JavaScript
Structure your data in a FAIR way using google sheets or TSVs. These are then converted to LinkML, and from there other formats
Updated
Jul 22, 2022
Python
discord と連携して ロット管理、スケジュール管理 を自動化した FF14 零式 固定管理用スプレッドシート
Updated
Dec 3, 2020
JavaScript
Desbordante is a high-performance data profiler that is capable of discovering many different patterns in data using various algorithms. It also allows to run data cleaning scenarios using these algorithms. Desbordante has a console version and an easy-to-use web application.
Improve this page
Add a description, image, and links to the
spreadsheets
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
spreadsheets
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Overview
rework the signature of the method
Worksheet.sortto expose the expected parameters.Details
The method
Worksheet.sortuses some signature style that hides the possible argument for the method.This is not needed and not useful for the user.
the current signature is
sort(*specs, **kwargs)and expects the following arguments: