You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/faq.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -22,18 +22,18 @@ The total length of parameter names (and commas to separate them) should not exc
22
22
In case it does (your UDF has a lot of parameters or parameters with long names), then [Microsoft Excel] is unable to display them all in the function wizard.
23
23
24
24
To overcome this [Microsoft Excel] limitation you can try the following:
25
-
* Exclude some parameters (refer to [Open API](configuration/rest_api.md#openapi) configuration section for more information).
26
-
* Remove some parameters in your service.
27
-
* Reduce the length of your service parameter names.
25
+
*[Exclude some parameters](configuration/rest_api.md#selecting-parameters-to-include-or-exclude).
26
+
* Remove some parameters in your service (in case you manage the service yourself).
27
+
* Reduce the length of your service parameter names (in case you manage the service yourself).
28
28
29
29
## Microsoft Excel Wizard only list some functions
30
30
31
31
[Microsoft Excel] function wizard is not able to list more than a certain amount of functions per category.
32
32
33
-
However all functions can be directly accessed in cells.
33
+
However, all functions can be directly accessed in cells.
34
34
35
35
To overcome this [Microsoft Excel] limitation you can try the following:
36
-
* Exclude some functions in your service (refer to [Open API](configuration/rest_api.md#openapi) configuration section for more information).
36
+
*[Exclude some functions in your service](configuration/rest_api.md#do-not-expose-everything-the-rest-api-offers).
37
37
38
38
## No command specified in the configuration, cannot autostart server
39
39
@@ -67,7 +67,7 @@ Within [Microsoft Excel], go to `File/Option/addin` and check disabled items (`M
67
67
68
68
Yes.
69
69
70
-
We advise to install[`pyxelrest`] in its own virtual environment.
70
+
We advise installing[`pyxelrest`] in its own virtual environment.
71
71
As [`pyxelrest`] relies on [`xlwings`], if you want to use [`xlwings`] you can, but if you rely on some specific [`xlwings`] configuration, you should use a separate environment.
72
72
73
73
The [`pyxelrest`] add-in and [`xlwings`] add-in can be installed for the same user as long as [`pyxelrest`] is installed in a separate virtual environment.
0 commit comments