spreadsheet
Here are 922 public repositories matching this topic...
Recommending Features
We have just upgraded NocoDB to v0.8.16 and the Persian interface has been included to the interface - thanks to the developers and @dstala - but the font is actually weird that it cannot be read properly.
We have chosen a nice font which you can find in another repository in Github that I will share its address.
Need for this feature
The current Persian font (
-
Updated
Apr 29, 2022 - JavaScript
-
Updated
Apr 29, 2022 - Go
-
Updated
Apr 29, 2022 - PHP
描述错误
重现
- 第一步操作:本地 npm run dev,打开demo
- 第二步操作: 点开数据透视表tab页
- 第三步操作:报错
- 最后看到了什么错误:
期望的结果
.
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
-
Updated
Apr 28, 2022 - Python
-
Updated
Mar 11, 2022 - Shell
-
Updated
Apr 28, 2022 - TypeScript
-
Updated
Apr 13, 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 18, 2022 - JavaScript
-
Updated
Apr 25, 2022 - C#
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
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.