#
spreadsheet
Here are 621 public repositories matching this topic...
Handsontable is a JavaScript/HTML5 data grid with spreadsheet look & feel. Available for React, Vue and Angular.
react
javascript
performance
angular
crud
vue
excel
vue-table
spreadsheet
data-binding
grid-editor
data-grid
data-table
formulas
react-data-grid
-
Updated
Aug 27, 2020 - JavaScript
lofcz
commented
Apr 6, 2020
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
Aug 24, 2020 - JavaScript
Google Sheets Python API
-
Updated
Aug 27, 2020 - Python
Excel-like data grid (table) component for React
-
Updated
Aug 25, 2020 - JavaScript
Read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way
-
Updated
Aug 28, 2020 - PHP
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
Aug 3, 2020 - HTML
Pure go library for creating and processing Office Word (.docx), Excel (.xlsx) and Powerpoint (.pptx) documents
-
Updated
Aug 23, 2020 - Go
A Python module for creating Excel XLSX files.
-
Updated
Aug 26, 2020 - Python
SC-IM - Spreadsheet Calculator Improvised -- An ncurses spreadsheet program for terminal
-
Updated
Aug 28, 2020 - C
Luckysheet is an online spreadsheet like excel that is powerful, simple to configure, and completely open source.
javascript
formula
chart
canvas
excel
google-spreadsheet
xlsx
spreadsheet
google-sheets
office
pivot-tables
sparkline
data-table
conditional-formatting
-
Updated
Aug 28, 2020 - 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.
nodejs
node
presentation
excel
word
xlsx
xls
spreadsheet
collaboration
office
docx
node-js
pptx
collaborative
doc
ods
odp
odt
ppt
onlyoffice
-
Updated
Aug 20, 2020 - Shell
javascript
typescript
grid
preact
excel
tabular-data
spreadsheet
datatable
treegrid
reactivity
datagrid
toast-ui
-
Updated
Aug 26, 2020 - TypeScript
Visualise data and edit JavaScript code using a spreadsheet interface.
-
Updated
Oct 15, 2019 - JavaScript
Import JSON into Google Sheets, this library adds various ImportJSON functions to your spreadsheet
-
Updated
Aug 20, 2020 - HTML
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
Apr 30, 2020 - Ruby
A curated list of grid(table) libraries and resources that developers may find useful.
-
Updated
Jul 9, 2020
Google Sheets Python API v4
python
python-lib
spreadsheet
google-sheets
google-sheets-api
google-sheets-api-v4
google-sheets-library
-
Updated
Aug 17, 2020 - Python
The Ruby Spreadsheet by ywesee GmbH
-
Updated
Mar 11, 2020 - Ruby
-
Updated
Mar 5, 2020 - Python
An Excel-like grid component for React with custom cell editors, performant scroll & resizable columns
-
Updated
Aug 26, 2020 - JavaScript
An office suite that combines text, spreadsheet and presentation editors allowing to create, view and edit local documents
nodejs
node
presentation
excel
word
xlsx
xls
spreadsheet
desktop
collaboration
office
docx
pptx
doc
ods
odp
odt
ppt
onlyoffice
-
Updated
Jul 30, 2020
-
Updated
Aug 25, 2020 - C++
Reusable GridView with excellent performance and customization that can be time table, spreadsheet, paging and more.
-
Updated
Aug 29, 2019 - Swift
-
Updated
May 28, 2020 - JavaScript
javascript
tracker
money
personal-finance
finance
analytics
spreadsheet
google-sheets
budgeting
google-sheets-api
budget
budget-management
plaid
mint
finance-management
sheets-api
plaid-api
mintable
personal-capital
finance-tracker
-
Updated
Aug 18, 2020 - TypeScript
Improve this page
Add a description, image, and links to the spreadsheet topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the spreadsheet topic, visit your repo's landing page and select "manage topics."



Since version 0.16.5, th following code returns a null worksheet:
XLSX.utils.json_to_sheet([], {header: columns})Is it now working as it is wanted? If so, how could we create an empty worksheet? In my case it is expected that sometimes the data is an empty array. And an empty worksheet only with headers is expected.