#
excel
Here are 3,218 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
Dec 18, 2020 - JavaScript
lofcz
commented
Apr 6, 2020
A pure PHP library for reading and writing spreadsheet files
-
Updated
Dec 18, 2020 - PHP
qflash
commented
Dec 16, 2020
一般情况,单元格JSON数据:
{
"ct": { //单元格值格式
"fa": "General", //格式名称为自动格式
"t": "n" //格式类型为数字类型
},
"v": 233, //内容的原始值为 233
"m": 233
}
里面的内容是保存在v里面的
而多行文本的内容却保存在ct里面的s里面的v里面,JSON结构如下
{
"ct": { //单元格值格式
"fa": "General", //格式名称为自动格式
"t": "inlineStr" ,
"s":[{"v":"多行文本\n多行文本"}]
}
}
这两种单元格的JSON结构都不一致呢,导致websocket后端保存数据 update
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
Dec 19, 2020 - JavaScript
使用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
Dec 17, 2020 - Java
a .NET library that can read/write Office formats without Microsoft Office installed. No COM+, no interop.
-
Updated
Dec 18, 2020 - C#
Create advanced Excel spreadsheets using .NET
-
Updated
Aug 29, 2020 - C#
Pure go library for creating and processing Office Word (.docx), Excel (.xlsx) and Powerpoint (.pptx) documents
-
Updated
Dec 17, 2020 - Go
ClosedXML is a .NET library for reading, manipulating and writing Excel 2007+ (.xlsx, .xlsm) files. It aims to provide an intuitive and user-friendly interface to dealing with the underlying OpenXML API.
-
Updated
Dec 16, 2020 - C#
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
Dec 9, 2020 - Shell
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
Dec 4, 2020 - Python
javascript
typescript
grid
preact
excel
tabular-data
spreadsheet
datatable
treegrid
reactivity
datagrid
toast-ui
-
Updated
Dec 18, 2020 - TypeScript
php
laravel
extension
phalcon
dll
excel
xlsx
swoole
pecl
excelwriter
libxlsxwriter
xlsx-files
xlsxwriter
excel-export
xlsxreader
xlsx-writer
xlswriter
-
Updated
Dec 19, 2020 - C
PowerShell module to import/export Excel spreadsheets, without Excel
-
Updated
Nov 28, 2020 - PowerShell
导入导出通用库,支持Dto导入导出、模板导出、花式导出以及动态导出,支持Excel、Csv、Word、Pdf和Html。Import and export general library, support Dto import and export, template export, fancy export and dynamic export, support Excel, Csv, Word, Pdf and Html.
-
Updated
Dec 9, 2020 - C#
The Ruby Spreadsheet by ywesee GmbH
-
Updated
Mar 11, 2020 - Ruby
rap2hpoutre
commented
Apr 9, 2018
Currently, no models are unit tested (only collection)
-
Updated
Mar 5, 2020 - Python
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."

I am experiencing the same problem.
In addition, sheets js is mutating the header array passed in, which is not something I would ever expect.
Example: