#
excel
Here are 3,969 public repositories matching this topic...
JavaScript data grid with a spreadsheet look & feel. Works for React, Angular, and Vue. Supported by the Handsontable team ⚡
react
javascript
performance
angular
crud
vue
excel
vue-table
spreadsheet
data-binding
grid-editor
data-grid
data-table
formulas
react-data-grid
-
Updated
Aug 18, 2021 - JavaScript
lofcz
commented
Apr 6, 2020
A pure PHP library for reading and writing spreadsheet files
-
Updated
Aug 16, 2021 - PHP
1
Dushusir
commented
Jul 19, 2021
描述错误
重现
- 第一步操作:本地 npm run dev,打开demo
- 第二步操作: 点开数据透视表tab页
- 第三步操作:报错
- 最后看到了什么错误:
期望的结果
, Excel (.xlsx) and Powerpoint (.pptx) documents
-
Updated
Jul 30, 2021 - 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
Aug 15, 2021 - C#
包含一些常用的操作类,大都是静态类,加密解密,反射操作,Excel简单导出,权重随机筛选算法,分布式短id,表达式树,linq扩展,文件压缩,多线程下载和FTP客户端,硬件信息,字符串扩展方法,日期时间扩展操作,中国农历,大文件拷贝,图像裁剪,验证码,断点续传,集合扩展等常用封装。任何性质的外包公司或996公司需要使用本类库,请联系作者进行商业授权,版权所有,违者必究!
-
Updated
Aug 18, 2021 - 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
Aug 10, 2021 - 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.
-
Updated
Aug 17, 2021 - Python
Generate docx pptx and xlsx (Microsoft Word, Powerpoint, Excel documents) from templates, from Node.js, the Browser and the command line / Demo: https://www.docxtemplater.com/demo
javascript
count
demo
excel
word
templating
powerpoint
loops
loop
docx
pptx
docxtemplater
placeholders
angular-expressions
-
Updated
Aug 17, 2021 - JavaScript
javascript
typescript
grid
preact
excel
tabular-data
spreadsheet
datatable
treegrid
reactivity
datagrid
toast-ui
-
Updated
Aug 10, 2021 - TypeScript
Powerful virtual data grid smartsheet with advanced customization. Best features from excel plus incredible performance 🔋
export
vuejs
typescript
reactive
grid
excel
filter
data-grid
virtual-scroll
datagrid
vuejs-components
react-virtualized
webcomponent
stenciljs
virtual-grid
vuegrid
revo-grid
excel-grid
infinity-grid
vuejs-grid
-
Updated
Aug 12, 2021 - TypeScript
php
laravel
extension
phalcon
dll
excel
xlsx
swoole
pecl
excelwriter
libxlsxwriter
xlsx-files
xlsxwriter
excel-export
xlsxreader
xlsx-writer
xlswriter
-
Updated
Aug 10, 2021 - C
PowerShell module to import/export Excel spreadsheets, without Excel
-
Updated
Jul 30, 2021 - PowerShell
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
Aug 12, 2021 - C#
Open
Extension: Discord
harinij
commented
Jun 28, 2021
Feature Request
Send message in a Discord Channel
Additional context
- To get started, read how extensions work in this wiki.
- Template for extensions
- Extension should to be added via PR to the [extensions library]( https://githu
rap2hpoutre
commented
Apr 9, 2018
Currently, no models are unit tested (only collection)
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 believe there is a bug here:
https://github.com/SheetJS/sheetjs/blob/333deae63fbe13d1ff2db42e599211a062001c32/bits/87_read.js#L69
If the input data was an
ArrayBuffer
but opts would not have atype
set we would essentially convert theArrayBuffer
toUint8Array
and callreadSync
again but without setting appropriateopts.type
. This then leads to few lines below https://github.com/Sh