spreadsheet
Here are 916 public repositories matching this topic...
-
Updated
Apr 10, 2022 - TypeScript
JavaScript data grid with a spreadsheet look & feel. Works with React, Angular, and Vue. Supported by the Handsontable team
-
Updated
Apr 8, 2022 - JavaScript
Go language library for reading and writing Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets
-
Updated
Apr 10, 2022 - Go
A pure PHP library for reading and writing spreadsheet files
-
Updated
Apr 11, 2022 - PHP
描述错误
重现
- 第一步操作:本地 npm run dev,打开demo
- 第二步操作: 点开数据透视表tab页
- 第三步操作:报错
- 最后看到了什么错误:
期望的结果
?
A terminal spreadsheet multitool for discovering and arranging data
-
Updated
Apr 9, 2022 - Python
Excel-like data grid (table) component for React
-
Updated
Mar 19, 2022 - JavaScript
Read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way
-
Updated
Mar 26, 2022 - PHP
Create advanced Excel spreadsheets using .NET
-
Updated
Aug 29, 2020 - C#
Full configurable spreadsheet view user interfaces for iOS applications. With this framework, you can easily create complex layouts like schedule, gantt chart or timetable as if you are using Excel.
-
Updated
Mar 18, 2022 - HTML
Pure go library for creating and processing Office Word (.docx), Excel (.xlsx) and Powerpoint (.pptx) documents
-
Updated
Apr 9, 2022 - Go
sc-im - Spreadsheet Calculator Improvised -- An ncurses spreadsheet program for terminal
-
Updated
Apr 9, 2022 - C
It would be really practical to be able to duplicate a row using the current row menu (under the row number).
A Python module for creating Excel XLSX files.
-
Updated
Mar 30, 2022 - Python
When we create a new table using an existing table config, it doesn't copy its children tables' configurations.
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
Mar 11, 2022 - Shell
-
Updated
Apr 1, 2022 - TypeScript
Import JSON into Google Sheets, this library adds various ImportJSON functions to your spreadsheet
-
Updated
Apr 7, 2022 - HTML
Visualise data and edit JavaScript code using a spreadsheet interface.
-
Updated
Oct 15, 2019 - JavaScript
An office suite that combines text, spreadsheet and presentation editors allowing to create, view and edit local documents
-
Updated
Apr 5, 2022
Google Sheets Python API v4
-
Updated
Mar 8, 2022 - Python
A curated list of grid(table) libraries and resources that developers may find useful.
-
Updated
Nov 25, 2021
Spreadsheet Architect is a library that allows you to create XLSX, ODS, or CSV spreadsheets super easily from ActiveRecord relations, plain Ruby objects, or tabular data.
-
Updated
Mar 17, 2022 - Ruby
The fastest open-source data table for web.
-
Updated
Apr 6, 2022 - JavaScript
ArraySize is needed in customFunctions I think.
Here's my custom funciton below. You can see it accepts either 1, 2, 3 or 4 arguments.
If the first parameter is financialStatements then I need to tell hyperformula to return an ArraySize so that it can overflow into subsequent cells.
// Pre-fixed with TT due to there already being a FinancialPlugin
// in hyperformula
class
EPPlus 5-Excel spreadsheets for .NET
-
Updated
Apr 8, 2022 - C#
Improve this page
Add a description, image, and links to the spreadsheet topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the spreadsheet 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.