excel
Here are 5,087 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 2, 2022 - JavaScript
Go language library for reading and writing Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets
-
Updated
May 31, 2022 - Go
描述错误
重现
- 第一步操作:本地 npm run dev,打开demo
- 第二步操作: 点开数据透视表tab页
- 第三步操作:报错
- 最后看到了什么错误:
期望的结果
, Excel (.xlsx) and Powerpoint (.pptx) documents
-
Updated
Apr 9, 2022 - Go
Is your feature request related to a problem? Please describe.
When using the Connector field type there's no way to set or display an image for each list item.
Describe the solution you'd like
An optional input field to add an image URL.
Describe alternatives you've considered
N/A
Additional context
N/A
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
May 29, 2022 - C#
包含一些常用的操作类,大都是静态类,加密解密,反射操作,权重随机筛选算法,分布式短id,表达式树,linq扩展,文件压缩,多线程下载和FTP客户端,硬件信息,字符串扩展方法,日期时间扩展操作,中国农历,大文件拷贝,图像裁剪,验证码,断点续传,集合扩展、Excel导出等常用封装。诸多功能集一身,代码量不到1MB!
-
Updated
May 26, 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.
-
Updated
Jun 2, 2022 - Shell
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
May 22, 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
May 29, 2022 - JavaScript
Powerful virtual data grid smartsheet with advanced customization. Best features from excel plus incredible performance
-
Updated
May 11, 2022 - TypeScript
-
Updated
Jun 1, 2022 - TypeScript
PowerShell module to import/export Excel spreadsheets, without Excel
-
Updated
Jun 1, 2022 - PowerShell
-
Updated
Apr 28, 2022 - C
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.