#
excel
Here are 5,177 public repositories matching this topic...
JavaScript data grid with a spreadsheet look & feel. Works with React, Angular, and Vue. Supported by the Handsontable team ⚡
-
Updated
Jun 27, 2022 - JavaScript
lofcz
commented
Apr 6, 2020
good first issue
Good for newcomers
Go language library for reading and writing Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets
visualization
microsoft
go
golang
formula
data-science
statistics
analytics
excel
xlsx
spreadsheet
office
openxml
ooxml
openoffice
ole
excelize
ecma-376
xlsm
-
Updated
Jun 23, 2022 - Go
1
Dushusir
commented
Jul 19, 2021
描述错误
重现
- 第一步操作:本地 npm run dev,打开demo
- 第二步操作: 点开数据透视表tab页
- 第三步操作:报错
- 最后看到了什么错误:
期望的结果
, Excel (.xlsx) and Powerpoint (.pptx) documents
-
Updated
Apr 9, 2022 - 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
Jun 27, 2022 - C#
包含一些常用的操作类,大都是静态类,加密解密,反射操作,权重随机筛选算法,分布式短id,表达式树,linq扩展,文件压缩,多线程下载和FTP客户端,硬件信息,字符串扩展方法,日期时间扩展操作,中国农历,大文件拷贝,图像裁剪,验证码,断点续传,集合扩展、Excel导出等常用封装。诸多功能集一身,代码量不到1MB!
-
Updated
Jun 21, 2022 - 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
Jun 2, 2022 - Shell
Open
Performance ideas
eatonphil
commented
Jun 21, 2022
Catchall for now for potential improvements to datastation/dsq.
- SQL pre-processing
- Import only used fields (see #71)
- Do pre-filtering of data in SQLiteWriter, only insert things that match the WHERE clause
- Support more input types using SQLiteWriter, basically requires supporting expanded nested objects in (see notes in #67 )
- Maybe Handle jsonl in parallel since newlines must
good first issue
Good for newcomers
xlwings is a Python library that makes it easy to call Python from Excel and vice versa. It works with Excel on Windows and macOS as well as with Google Sheets and Excel on the web.
-
Updated
Jun 20, 2022 - Python
Generate docx, pptx, and xlsx from templates (Word, Powerpoint and Excel documents), from Node.js, the Browser and the command line / Demo: https://www.docxtemplater.com/demo. #docx #office #generator #templating #report #json #generate #generation #template #pptx #docx
-
Updated
Jun 26, 2022 - JavaScript
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
Jun 24, 2022 - TypeScript
javascript
typescript
grid
preact
excel
tabular-data
spreadsheet
datatable
treegrid
reactivity
datagrid
toast-ui
-
Updated
Jun 17, 2022 - TypeScript
PowerShell module to import/export Excel spreadsheets, without Excel
-
Updated
Jun 20, 2022 - PowerShell
php
laravel
extension
phalcon
dll
excel
xlsx
swoole
pecl
excelwriter
libxlsxwriter
xlsx-files
xlsxwriter
excel-export
xlsxreader
xlsx-writer
xlswriter
-
Updated
Jun 21, 2022 - C
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
May 31, 2022
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."
While writing string data (example = "121212121212121" -> string of all integer characters) into excel.
while user download and see, the downloaded xl/CSV, the data is shown in exponential format. Is there a way to show the same data. without converting into exponential in this case.