spreadsheet
Here are 912 public repositories matching this topic...
-
Updated
Mar 23, 2022 - Vue
-
Updated
Mar 23, 2022 - JavaScript
-
Updated
Mar 23, 2022 - Go
-
Updated
Mar 23, 2022 - PHP
描述错误
重现
- 第一步操作:本地 npm run dev,打开demo
- 第二步操作: 点开数据透视表tab页
- 第三步操作:报错
- 最后看到了什么错误:
期望的结果
.
that forced me to make lots of Worksheet.format
calls (which results in an api fired to google). that method proved ok until my the formatting need exceeded my quo
-
Updated
Mar 22, 2022 - Python
-
Updated
Mar 19, 2022 - JavaScript
-
Updated
Mar 22, 2022 - PHP
-
Updated
Aug 29, 2020 - C#
-
Updated
Mar 18, 2022 - HTML
-
Updated
Feb 25, 2022 - Go
-
Updated
Mar 23, 2022 - C
-
Updated
Mar 19, 2022 - Python
When we create a new table using an existing table config, it doesn't copy its children tables' configurations.
It would be really practical to be able to duplicate a row using the current row menu (under the row number).
-
Updated
Mar 11, 2022 - Shell
-
Updated
Mar 18, 2022 - TypeScript
-
Updated
Aug 22, 2021 - HTML
-
Updated
Oct 15, 2019 - JavaScript
-
Updated
Mar 11, 2022
-
Updated
Mar 8, 2022 - Python
-
Updated
Nov 25, 2021
-
Updated
Mar 17, 2022 - Ruby
-
Updated
Mar 18, 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
Mar 16, 2022 - Python
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.