spreadsheet
- Sign up for GitHub or sign in to edit this page
Here are 488 public repositories matching this topic...
Handsontable - JavaScript/HTML5 Data Grid Component with Spreadsheet Look & Feel. Available for React, Vue and Angular.
-
Updated
Oct 24, 2019 - 6 commits
- JavaScript
A pure PHP library for reading and writing spreadsheet files
-
Updated
Oct 24, 2019 - 2 commits
- PHP
A web-based JavaScript(canvas) spreadsheet
-
Updated
Oct 24, 2019 - 361 commits
- JavaScript
I'm getting this error when I'm trying to open a spreadsheet. Can someone help me with this?
raise HTTPError("%s: %s" % (response.status, response.read()))
gspread.exceptions.HTTPError: 401:
Token invalid - AuthSub token has wrong scope
Error 401
Excel-like data grid (table) component for React
-
Updated
Oct 23, 2019 - 207 commits
- JavaScript
Full configurable spreadsheet view user interfaces for iOS applications. With this framework, you can easily create complex layouts like schedule, gantt chart or timetable as if you are using Excel.
-
Updated
Oct 24, 2019 - 244 commits
- HTML
jExcel is a lightweight vanilla javascript plugin to create amazing web-based interactive tables and spreadsheets compatible with Excel or any other spreadsheet software.
-
Updated
Oct 24, 2019 - 372 commits
- JavaScript
Create advanced Excel spreadsheets using .NET
-
Updated
Oct 24, 2019 - 923 commits
- C#
The length of list is too large to be displayed and no error shows. The demo code is showed as below:
import xlsxwriter
workbook = xlsxwriter.Workbook('Example_Error.xlsx') # where to write
worksheet = workbook.add_worksheet('Test')
red = workbook.add_format({'color': 'red'})
blue = workbook.add_format({'color': 'blue'})
string_a = ['I ', 'like ', 'this ', red, 'apple ', 'and ', 'thSC-IM - Spreadsheet Calculator Improvised -- An ncurses spreadsheet program for terminal
-
Updated
Oct 24, 2019 - 774 commits
- C
Visualise data and edit JavaScript code using a spreadsheet interface.
-
Updated
Oct 24, 2019 - 255 commits
- JavaScript
ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.
-
Updated
Oct 24, 2019 - 327 commits
- Shell
Spreadsheet Architect is a library that allows you to create XLSX, ODS, or CSV spreadsheets super easily from ActiveRecord relations, plain Ruby objects, or tabular data
-
Updated
Oct 22, 2019 - 159 commits
- Ruby
Import JSON into Google Sheets, this library adds various ImportJSON functions to your spreadsheet
-
Updated
Oct 22, 2019 - 52 commits
- HTML
An Excel-like grid component for React with custom cell editors, performant scroll & resizable columns
-
Updated
Oct 24, 2019 - 193 commits
- JavaScript
A curated list of grid(table) libraries and resources that developers may find useful.
-
Updated
Oct 24, 2019 - 136 commits
Dear Team,
First of all, thanks a lot for this API. It is saving a lot of time when I try to pull out data from a Google Spreadsheet or update data.
I would like to know if it is possible to detect the format of a particular cell range/row/cell when reading from gsheet. Is it possible to read only the Bold font items or exclude strike-through items or read only a particular coloured rows usi
Reusable GridView with excellent performance and customization that can be time table, spreadsheet, paging and more.
-
Updated
Oct 11, 2019 - 113 commits
- Swift
If I have two xlnt::border objects defined with the same sides except the diagonal direction, for example:
xlnt::border down_, up_;
// set the sides of down_ and up_ with the same value
// ...
down_.diagonal(xlnt::diagonal_direction::down);
up_.diagonal(xlnt::diagonal_direction::up);
Then I applied them to different cells:
ws.cell("A1").border(down_);
ws.cell("A2").border(
🍃 Roll your own ad-free Mint clone for managing personal finances using publicly available APIs.
-
Updated
Oct 22, 2019 - 124 commits
- JavaScript
An office suite that combines text, spreadsheet and presentation editors allowing to create, view and edit local documents
-
Updated
Oct 24, 2019 - 55 commits


I noticed a bug in the html_to_sheet function. When reading cells that are empty, the cell index is correctly incremented, but if the cell has HTML tags and is observed to be empty after stripping the tags, the cell index is not incremented. This results in misalignment of the subsequent cells:
https://github.com/SheetJS/js-xlsx/blob/e3c5eac99c3b2be6929adfca455c1be87fab792b/xlsx.js#L18956-L18