#
excel
Here are 2,891 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 23, 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 19, 2020 - JavaScript
a .NET library that can read/write Office formats without Microsoft Office installed. No COM+, no interop.
-
Updated
Aug 17, 2020 - C#
使用spring boot打造文件文档在线预览项目解决方案,支持doc、docx、ppt、pptx、xls、xlsx、zip、rar、mp4,mp3以及众多类文本如txt、html、xml、java、properties、sql、js、md、json、conf、ini、vue、php、py、bat、gitignore等文件在线预览
pdf
spring-boot
online
zip
excel
rar
xlsx
xls
pdf-converter
preview
pdf-viewer
docx
pptx
fileviewer
ppt
jodconverter
boot-doc
online-preview
file-online-preview
excel-viewer
-
Updated
Aug 7, 2020 - Java
Pure go library for creating and processing Office Word (.docx), Excel (.xlsx) and Powerpoint (.pptx) documents
-
Updated
Aug 23, 2020 - Go
mkarpuk
commented
Aug 21, 2020
Read and complete the full issue template
Do not randomly delete sections. They are here for a reason.
Do you want to request a feature or report a bug?
- Bug
- Feature
- Question
Version of ClosedXML
e.g. 0.95.3
What is the current behavior?
Exception when opening excel file
"System.OverflowException with message "Value was either too large or
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 22, 2020 - JavaScript
xlwings is a BSD-licensed Python library that makes it easy to call Python from Excel and vice versa. It works with Microsoft Excel on Windows and macOS. Sign up for the newsletter or follow us on twitter via
-
Updated
Aug 20, 2020 - Python
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 20, 2020 - TypeScript
PowerShell module to import/export Excel spreadsheets, without Excel
-
Updated
Aug 13, 2020 - PowerShell
php
laravel
extension
phalcon
dll
excel
xlsx
swoole
pecl
excelwriter
libxlsxwriter
xlsx-files
xlsxwriter
excel-export
xlsxreader
xlsx-writer
xlswriter
-
Updated
Aug 13, 2020 - C
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
Jul 29, 2020 - JavaScript
Javascript export to Excel
-
Updated
Aug 23, 2020 - JavaScript
Improve this page
Add a description, image, and links to the excel topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the excel 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.