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
+59-35Lines changed: 59 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -230,47 +230,71 @@ 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
-
{% promptcards %}
234
-
{% promptcard Initialize Spreadsheet %}
233
+
{% tabs %}
234
+
{% highlight tabtitle="Initialize Spreadsheet" %}
235
235
#SyncfusionSpreadsheetEditorSDKAssistant How do I initialize a basic Spreadsheet in Angular with default settings?
236
-
{% endpromptcard %}
237
-
{% promptcard Data Binding %}
236
+
{% endhighlight %}
237
+
{% endtabs %}
238
+
{% tabs %}
239
+
{% highlight tabtitle="Data Binding" %}
238
240
#SyncfusionSpreadsheetEditorSDKAssistant Show me how to bind local JSON data to the Spreadsheet in React?
239
-
{% endpromptcard %}
240
-
{% promptcard Remote Data Binding %}
241
-
#SyncfusionSpreadsheetEditorSDKAssistant Provide an example of binding remote data in Vue Spreadsheet?
242
-
{% endpromptcard %}
243
-
{% promptcard Formulas and Calculation %}
244
-
#SyncfusionSpreadsheetEditorSDKAssistant How can I enable formula support and use named ranges in the Typescript Spreadsheet?
245
-
{% endpromptcard %}
246
-
{% promptcard Charts %}
241
+
{% endhighlight %}
242
+
{% endtabs %}
243
+
{% tabs %}
244
+
{% highlight tabtitle="Remote Data Binding" %}
245
+
#SyncfusionSpreadsheetEditorSDKAssistant Provide an example of binding remote data in a Vue Spreadsheet?
246
+
{% endhighlight %}
247
+
{% endtabs %}
248
+
{% tabs %}
249
+
{% highlight tabtitle="Formulas and Calculation" %}
250
+
#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" %}
247
255
#SyncfusionSpreadsheetEditorSDKAssistant How do I insert and customize a column chart in the Blazor Spreadsheet?
248
-
{% endpromptcard %}
249
-
{% promptcard Data Validation %}
250
-
#SyncfusionSpreadsheetEditorSDKAssistant Provide an example of adding list validation in cells in Typescript?
251
-
{% endpromptcard %}
252
-
{% promptcard Import and Export %}
253
-
#SyncfusionSpreadsheetEditorSDKAssistant How to import an Excel file and export the Spreadsheet as XLSX in ASP.NET Core?
254
-
{% endpromptcard %}
255
-
{% promptcard Ribbon and Toolbar %}
256
+
{% endhighlight %}
257
+
{% endtabs %}
258
+
{% tabs %}
259
+
{% highlight tabtitle="Data Validation" %}
260
+
#SyncfusionSpreadsheetEditorSDKAssistant Provide an example of adding list validation to cells in TypeScript?
261
+
{% endhighlight %}
262
+
{% endtabs %}
263
+
{% tabs %}
264
+
{% highlight tabtitle="Import and Export" %}
265
+
#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" %}
256
270
#SyncfusionSpreadsheetEditorSDKAssistant Show how to customize the ribbon toolbar and add custom buttons in the ASP.NET MVC Spreadsheet?
257
-
{% endpromptcard %}
258
-
{% promptcard Grid Lines and Headers %}
259
-
#SyncfusionSpreadsheetEditorSDKAssistant How do I show or hide grid lines and row/column headers in Windows Forms Spreadsheet?
260
-
{% endpromptcard %}
261
-
{% promptcard Sheet Protection %}
271
+
{% endhighlight %}
272
+
{% endtabs %}
273
+
{% tabs %}
274
+
{% highlight tabtitle="Grid Lines and Headers" %}
275
+
#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" %}
262
280
#SyncfusionSpreadsheetEditorSDKAssistant How can I protect a sheet with a password in the WPF Spreadsheet control?
263
-
{% endpromptcard %}
264
-
{% promptcard Conditional Formatting %}
265
-
#SyncfusionSpreadsheetEditorSDKAssistant How to apply conditional formatting such as color scales or data bars in UWP Spreadsheet?
266
-
{% endpromptcard %}
267
-
{% promptcard Cell Formatting %}
268
-
#SyncfusionSpreadsheetEditorSDKAssistant How to apply cell styles, number formatting, and wrap text in the Typescript Spreadsheet?
269
-
{% endpromptcard %}
270
-
{% promptcard Sorting and Filtering %}
281
+
{% endhighlight %}
282
+
{% endtabs %}
283
+
{% tabs %}
284
+
{% highlight tabtitle="Conditional Formatting" %}
285
+
#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" %}
290
+
#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" %}
271
295
#SyncfusionSpreadsheetEditorSDKAssistant Show me how to enable sorting and filtering features in the React Spreadsheet?
0 commit comments