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: Document-Processing/ai-coding-assistant/prompt-library.md
+29-53Lines changed: 29 additions & 53 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -230,74 +230,50 @@ The Syncfusion PowerPoint Library enables developers to create, read, edit, and
230
230
231
231
The Syncfusion Spreadsheet Editor SDK component enables developers to create, view, edit, and analyze spreadsheets directly in web and desktop applications across multiple platforms, including Angular, React, Vue, JavaScript, Blazor, ASP.NET Core, and more.
232
232
233
-
{% tabs %}
234
-
{% highlight tabtitle="Initialize Spreadsheet" %}
233
+
{% promptcards %}
234
+
{% promptcard Initialize Spreadsheet %}
235
235
#SyncfusionSpreadsheetEditorSDKAssistant How do I initialize a basic Spreadsheet in Angular with default settings?
236
-
{% endhighlight %}
237
-
{% endtabs %}
238
-
{% tabs %}
239
-
{% highlight tabtitle="Data Binding" %}
236
+
{% endpromptcard %}
237
+
{% promptcard Data Binding %}
240
238
#SyncfusionSpreadsheetEditorSDKAssistant Show me how to bind local JSON data to the Spreadsheet in React?
241
-
{% endhighlight %}
242
-
{% endtabs %}
243
-
{% tabs %}
244
-
{% highlight tabtitle="Remote Data Binding" %}
239
+
{% endpromptcard %}
240
+
{% promptcard Remote Data Binding %}
245
241
#SyncfusionSpreadsheetEditorSDKAssistant Provide an example of binding remote data in a Vue Spreadsheet?
246
-
{% endhighlight %}
247
-
{% endtabs %}
248
-
{% tabs %}
249
-
{% highlight tabtitle="Formulas and Calculation" %}
242
+
{% endpromptcard %}
243
+
{% promptcard Formulas and Calculation %}
250
244
#SyncfusionSpreadsheetEditorSDKAssistant How can I enable formula support and use named ranges in the TypeScript Spreadsheet?
251
-
{% endhighlight %}
252
-
{% endtabs %}
253
-
{% tabs %}
254
-
{% highlight tabtitle="Charts" %}
245
+
{% endpromptcard %}
246
+
{% promptcard Charts %}
255
247
#SyncfusionSpreadsheetEditorSDKAssistant How do I insert and customize a column chart in the Blazor Spreadsheet?
256
-
{% endhighlight %}
257
-
{% endtabs %}
258
-
{% tabs %}
259
-
{% highlight tabtitle="Data Validation" %}
248
+
{% endpromptcard %}
249
+
{% promptcard Data Validation %}
260
250
#SyncfusionSpreadsheetEditorSDKAssistant Provide an example of adding list validation to cells in TypeScript?
261
-
{% endhighlight %}
262
-
{% endtabs %}
263
-
{% tabs %}
264
-
{% highlight tabtitle="Import and Export" %}
251
+
{% endpromptcard %}
252
+
{% promptcard Import and Export %}
265
253
#SyncfusionSpreadsheetEditorSDKAssistant How do I import an Excel file and export the Spreadsheet as XLSX in ASP.NET Core?
266
-
{% endhighlight %}
267
-
{% endtabs %}
268
-
{% tabs %}
269
-
{% highlight tabtitle="Ribbon and Toolbar" %}
254
+
{% endpromptcard %}
255
+
{% promptcard Ribbon and Toolbar %}
270
256
#SyncfusionSpreadsheetEditorSDKAssistant Show how to customize the ribbon toolbar and add custom buttons in the ASP.NET MVC Spreadsheet?
271
-
{% endhighlight %}
272
-
{% endtabs %}
273
-
{% tabs %}
274
-
{% highlight tabtitle="Grid Lines and Headers" %}
257
+
{% endpromptcard %}
258
+
{% promptcard Grid Lines and Headers %}
275
259
#SyncfusionSpreadsheetEditorSDKAssistant How do I show or hide grid lines and row/column headers in the Windows Forms Spreadsheet?
276
-
{% endhighlight %}
277
-
{% endtabs %}
278
-
{% tabs %}
279
-
{% highlight tabtitle="Sheet Protection" %}
260
+
{% endpromptcard %}
261
+
{% promptcard Sheet Protection %}
280
262
#SyncfusionSpreadsheetEditorSDKAssistant How can I protect a sheet with a password in the WPF Spreadsheet control?
281
-
{% endhighlight %}
282
-
{% endtabs %}
283
-
{% tabs %}
284
-
{% highlight tabtitle="Conditional Formatting" %}
263
+
{% endpromptcard %}
264
+
{% promptcard Conditional Formatting %}
285
265
#SyncfusionSpreadsheetEditorSDKAssistant How do I apply conditional formatting such as color scales or data bars in the UWP Spreadsheet?
286
-
{% endhighlight %}
287
-
{% endtabs %}
288
-
{% tabs %}
289
-
{% highlight tabtitle="Cell Formatting" %}
266
+
{% endpromptcard %}
267
+
{% promptcard Cell Formatting %}
290
268
#SyncfusionSpreadsheetEditorSDKAssistant How do I apply cell styles, number formatting, and wrap text in the TypeScript Spreadsheet?
291
-
{% endhighlight %}
292
-
{% endtabs %}
293
-
{% tabs %}
294
-
{% highlight tabtitle="Sorting and Filtering" %}
269
+
{% endpromptcard %}
270
+
{% promptcard Sorting and Filtering %}
295
271
#SyncfusionSpreadsheetEditorSDKAssistant Show me how to enable sorting and filtering features in the React Spreadsheet?
0 commit comments