spreadsheet
Here are 916 public repositories matching this topic...
-
Updated
Apr 10, 2022 - TypeScript
-
Updated
Apr 8, 2022 - JavaScript
-
Updated
Apr 10, 2022 - Go
-
Updated
Apr 11, 2022 - PHP
描述错误
重现
- 第一步操作:本地 npm run dev,打开demo
- 第二步操作: 点开数据透视表tab页
- 第三步操作:报错
- 最后看到了什么错误:
期望的结果
?
-
Updated
Apr 9, 2022 - Python
-
Updated
Mar 19, 2022 - JavaScript
-
Updated
Mar 26, 2022 - PHP
-
Updated
Aug 29, 2020 - C#
-
Updated
Mar 18, 2022 - HTML
-
Updated
Apr 9, 2022 - Go
-
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).
-
Updated
Mar 30, 2022 - Python
When we create a new table using an existing table config, it doesn't copy its children tables' configurations.
-
Updated
Mar 11, 2022 - Shell
-
Updated
Apr 1, 2022 - TypeScript
-
Updated
Apr 7, 2022 - HTML
-
Updated
Oct 15, 2019 - JavaScript
-
Updated
Apr 5, 2022
-
Updated
Mar 8, 2022 - Python
-
Updated
Nov 25, 2021
-
Updated
Mar 17, 2022 - Ruby
-
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
-
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.