excel
Here are 2,881 public repositories matching this topic...
Handsontable is a JavaScript/HTML5 data grid with spreadsheet look & feel. Available for React, Vue and Angular.
-
Updated
Aug 20, 2020 - JavaScript
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等文件在线预览
-
Updated
Aug 7, 2020 - Java
Pure go library for creating and processing Office Word (.docx), Excel (.xlsx) and Powerpoint (.pptx) documents
-
Updated
Aug 15, 2020 - Go
Read and complete the full issue template
Do you want to request a feature or report a bug?
- Bug
- Feature
- Question
Did you test against the latest CI build?
- Yes
- No
Version of ClosedXML
e.g. 0.95.3
What is the current behavior?
There was a number of bug reports related to unpredictable behavior when the workbook is accessed a
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
Luckysheet is an online spreadsheet like excel that is powerful, simple to configure, and completely open source.
-
Updated
Aug 20, 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.
-
Updated
Aug 20, 2020 - Shell
-
Updated
Aug 20, 2020 - TypeScript
PowerShell module to import/export Excel spreadsheets, without Excel
-
Updated
Aug 13, 2020 - PowerShell
-
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 14, 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.