Skip to content

Commit 2ed5215

Browse files
Merge pull request #1931 from Syncfusion-Content/development
development to master
2 parents 26eb9aa + 205f744 commit 2ed5215

File tree

602 files changed

+26940
-1648
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

602 files changed

+26940
-1648
lines changed

Document-Processing-toc.html

Lines changed: 172 additions & 7 deletions
Large diffs are not rendered by default.

Document-Processing/Excel/Conversions/Chart-to-Image/NET/Chart-to-Image-Conversion.md

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,9 @@ Line
183183
<td>
184184
* Line<br/>
185185
* Line_Markers<br/>
186-
* Line_3D
186+
* Line_3D<br/>
187+
* Stacked_Line<br/>
188+
* Stacked_Line_Markers
187189
</td>
188190
</tr>
189191
<tr>
@@ -194,7 +196,8 @@ Pie
194196
* Pie<br/>
195197
* Pie_Exploded<br/>
196198
* Pie_3D<br/>
197-
* Pie_Exploded_3D
199+
* Pie_Exploded_3D<br/>
200+
* PieOfPie
198201
</td>
199202
</tr>
200203
<tr>
@@ -225,21 +228,32 @@ Stock
225228
</td>
226229
<td>
227230
* Stock_HighLowClose<br/>
228-
* Stock_OpenHighLowClose
231+
* Stock_OpenHighLowClose<br/>
232+
* Stock_VolumeOpenHighLowClose<br/>
233+
* Stock_VolumeHighLowClose
229234
</td>
230235
</tr>
231236
<tr>
232237
<td>
233238
Excel 2016 Charts
234239
</td>
235240
<td>
236-
* Funnel<br/>* Waterfall<br/>* Histogram<br/>* Pareto<br/></td>
241+
* Funnel<br/>
242+
* Waterfall<br/>
243+
* Histogram<br/>
244+
* Pareto<br/>
245+
* Sunburst<br/>
246+
* Box and Whisker<br/>
247+
* Treemap
248+
</td>
237249
</tr>
238250
</table>
239251

240-
N> From the above supported chart types table, Waterfall and Line_3D charts are not supported in chart to image conversion in .NET Standard 2.0 onwards.
252+
N> From the above supported chart types table, Line_3D charts are not supported in chart to image conversion in .NET Core platforms.
253+
254+
N> Only embedded charts are supported in chart to image conversion. The Chart sheets are not supported.
241255

242-
N> Only embedded charts are supported in chart to image conversion. Chart sheets are not supported.
256+
N> Pie of Pie, Sunburst, Box and Whisker, and Treemap charts are supported only in .NET Core platforms for chart to image conversion.
243257

244258
## Supported chart elements
245259
XlsIO supports the following chart elements in image conversion:

Document-Processing/Excel/Conversions/Chart-to-Image/overview.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,8 @@ Pie
188188
* Pie<br/>
189189
* Pie_Exploded<br/>
190190
* Pie_3D<br/>
191-
* Pie_Exploded_3D
191+
* Pie_Exploded_3D<br/>
192+
* PieOfPie
192193
</td>
193194
</tr>
194195
<tr>
@@ -229,13 +230,22 @@ Stock
229230
Excel 2016 Charts
230231
</td>
231232
<td>
232-
* Funnel<br/>* Waterfall<br/>* Histogram<br/>* Pareto<br/></td>
233+
* Funnel<br/>
234+
* Waterfall<br/>
235+
* Histogram<br/>
236+
* Pareto<br/>
237+
* Sunburst<br/>
238+
* Box and Whisker<br/>
239+
* Treemap
240+
</td>
233241
</tr>
234242
</table>
235243

236-
N> From the above supported chart types table, Waterfall and Line_3D charts are not supported in chart to image conversion in .NET Standard 2.0 onwards.
244+
N> From the above supported chart types table, Line_3D charts are not supported in chart to image conversion in .NET Core platforms.
245+
246+
N> Only embedded charts are supported in chart to image conversion. The Chart sheets are not supported.
237247

238-
N> Only embedded charts are supported in chart to image conversion. Chart sheets are not supported.
248+
N> Pie of Pie, Sunburst, Box and Whisker, and Treemap charts are supported only in .NET Core platforms for chart to image conversion.
239249

240250
## Supported chart elements
241251
XlsIO supports the following chart elements in image conversion:
@@ -248,4 +258,4 @@ XlsIO supports the following chart elements in image conversion:
248258
4. Data labels
249259
5. Grid lines
250260
6. Legend
251-
7. Trend line
261+
7. Trend line

Document-Processing/Excel/Conversions/Excel-to-Image/NET/convert-excel-to-image-in-Linux.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ Step 3: Select the framework and click **Create** button.
2929
Step 4: Install the following Nuget packages in your application from [NuGet.org](https://www.nuget.org/) by execute the following command.
3030

3131
* [Syncfusion.XlsIORenderer.Net.Core](https://www.nuget.org/packages/Syncfusion.XlsIORenderer.Net.Core)
32-
* [SkiaSharp.NativeAssets.Linux](https://www.nuget.org/packages/SkiaSharp.NativeAssets.Linux/3.116.1)
32+
* [SkiaSharp.NativeAssets.Linux](https://www.nuget.org/packages/SkiaSharp.NativeAssets.Linux/3.119.1)
3333
* [HarfBuzzSharp.NativeAssets.Linux](https://www.nuget.org/packages/HarfBuzzSharp.NativeAssets.Linux/8.3.1.1)
3434

3535
{% tabs %}
3636
{% highlight KCONFIG %}
3737
dotnet add package Syncfusion.XlsIORenderer.Net.Core -v 30.1.37 -s https://www.nuget.org/
38-
dotnet add package SkiaSharp.NativeAssets.Linux -v 3.116.1 -s https://www.nuget.org/
38+
dotnet add package SkiaSharp.NativeAssets.Linux -v 3.119.1 -s https://www.nuget.org/
3939
dotnet add package HarfBuzzSharp.NativeAssets.Linux -v 8.3.1.1 -s https://www.nuget.org/
4040
{% endhighlight %}
4141
{% endtabs %}
@@ -102,13 +102,13 @@ cd ConvertExcelToImage
102102
Step 3: Install the following Nuget packages in your application from [NuGet.org](https://www.nuget.org/) by execute the following command.
103103

104104
* [Syncfusion.XlsIORenderer.Net.Core](https://www.nuget.org/packages/Syncfusion.XlsIORenderer.Net.Core)
105-
* [SkiaSharp.NativeAssets.Linux](https://www.nuget.org/packages/SkiaSharp.NativeAssets.Linux/3.116.1)
105+
* [SkiaSharp.NativeAssets.Linux](https://www.nuget.org/packages/SkiaSharp.NativeAssets.Linux/3.119.1)
106106
* [HarfBuzzSharp.NativeAssets.Linux](https://www.nuget.org/packages/HarfBuzzSharp.NativeAssets.Linux/8.3.1.1)
107107

108108
{% tabs %}
109109
{% highlight KCONFIG %}
110110
dotnet add package Syncfusion.XlsIORenderer.Net.Core -v 30.1.37 -s https://www.nuget.org/
111-
dotnet add package SkiaSharp.NativeAssets.Linux -v 3.116.1 -s https://www.nuget.org/
111+
dotnet add package SkiaSharp.NativeAssets.Linux -v 3.119.1 -s https://www.nuget.org/
112112
dotnet add package HarfBuzzSharp.NativeAssets.Linux -v 8.3.1.1 -s https://www.nuget.org/
113113
{% endhighlight %}
114114
{% endtabs %}

Document-Processing/Excel/Conversions/Excel-to-Image/NET/convert-excel-to-image-in-aws-lambda.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Step 3: Select Blueprint as Empty Function and click **Finish**.
2727
Step 4: Install the following **NuGet packages** in your application from [Nuget.org](https://www.nuget.org/).
2828

2929
* [Syncfusion.XlsIORenderer.Net.Core](https://www.nuget.org/packages/Syncfusion.XlsIORenderer.Net.Core)
30-
* [SkiaSharp.NativeAssets.Linux v3.116.1](https://www.nuget.org/packages/SkiaSharp.NativeAssets.Linux/3.116.1)
30+
* [SkiaSharp.NativeAssets.Linux v3.119.1](https://www.nuget.org/packages/SkiaSharp.NativeAssets.Linux/3.119.1)
3131
* [HarfBuzzSharp.NativeAssets.Linux v2.8.2.2](https://www.nuget.org/packages/HarfBuzzSharp.NativeAssets.Linux/2.8.2.2)
3232

3333
![Install Syncfusion.XlsIORenderer.Net.Core NuGet package](AWS_Images/Lambda_Images/Install_NuGet_Image.png)

Document-Processing/Excel/Conversions/Excel-to-Image/NET/convert-excel-to-image-in-aws.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ NuGet package name<br/></th></tr></thead>
3030
<td>
3131
AWS Lambda <br/></td><td>
3232
{{'[Syncfusion.XlsIORenderer.Net.Core](https://www.nuget.org/packages/Syncfusion.XlsIORenderer.Net.Core)' | markdownify}}<br/>
33-
{{'[SkiaSharp.NativeAssets.Linux v3.116.1](https://www.nuget.org/packages/SkiaSharp.NativeAssets.Linux/3.116.1)' | markdownify}} <br/>
33+
{{'[SkiaSharp.NativeAssets.Linux v3.119.1](https://www.nuget.org/packages/SkiaSharp.NativeAssets.Linux/3.119.1)' | markdownify}} <br/>
3434
{{'[HarfBuzzSharp.NativeAssets.Linux v2.8.2.2](https://www.nuget.org/packages/HarfBuzzSharp.NativeAssets.Linux/2.8.2.2)' | markdownify}}<br/>
3535
</td></tr>
3636
</table>

Document-Processing/Excel/Conversions/Excel-to-Image/NET/convert-excel-to-image-in-azure-app-service-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Step 3: Select the framework and click **Create** button.
2727
Step 4: Install the following NuGet packages as reference to your project from [NuGet.org](https://www.nuget.org/).
2828

2929
* [Syncfusion.XlsIORenderer.Net.Core](https://www.nuget.org/packages/Syncfusion.XlsIORenderer.Net.Core)
30-
* [SkiaSharp.NativeAssets.Linux](https://www.nuget.org/packages/SkiaSharp.NativeAssets.Linux/3.116.1)
30+
* [SkiaSharp.NativeAssets.Linux](https://www.nuget.org/packages/SkiaSharp.NativeAssets.Linux/3.119.1)
3131
* [HarfBuzzSharp.NativeAssets.Linux](https://www.nuget.org/packages/HarfBuzzSharp.NativeAssets.Linux/2.8.2.3)
3232

3333
![Install Syncfusion.XlsIORenderer.Net.Core NuGet Package](Azure-Images/App-Service-Linux/Install_NuGet_Image.png)

Document-Processing/Excel/Conversions/Excel-to-Image/NET/convert-excel-to-image-in-azure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ App Service (Windows)
3232
App Service (Linux)
3333
<br/></td><td>
3434
{{'[Syncfusion.XlsIORenderer.Net.Core](https://www.nuget.org/packages/Syncfusion.XlsIORenderer.Net.Core)' | markdownify}}<br/>
35-
{{'[SkiaSharp.NativeAssets.Linux v3.116.1](https://www.nuget.org/packages/SkiaSharp.NativeAssets.Linux/3.116.1)' | markdownify}}<br/>{{'[HarfBuzzSharp.NativeAssets.Linux v2.8.2.2](https://www.nuget.org/packages/HarfBuzzSharp.NativeAssets.Linux/2.8.2.2)' |markdownify}} <br/></td></tr>
35+
{{'[SkiaSharp.NativeAssets.Linux v3.119.1](https://www.nuget.org/packages/SkiaSharp.NativeAssets.Linux/3.119.1)' | markdownify}}<br/>{{'[HarfBuzzSharp.NativeAssets.Linux v2.8.2.2](https://www.nuget.org/packages/HarfBuzzSharp.NativeAssets.Linux/2.8.2.2)' |markdownify}} <br/></td></tr>
3636
<tr>
3737
<td>
3838
Azure Functions v1

Document-Processing/Excel/Conversions/Excel-to-Image/NET/convert-excel-to-image-in-gcp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ NuGet package name<br/></th></tr></thead>
3131
App Engine
3232
<br/></td><td>
3333
{{'[Syncfusion.XlsIORenderer.Net.Core](https://www.nuget.org/packages/Syncfusion.XlsIORenderer.Net.Core)' | markdownify}}<br/>
34-
{{'[SkiaSharp.NativeAssets.Linux v3.116.1](https://www.nuget.org/packages/SkiaSharp.NativeAssets.Linux/3.116.1)' | markdownify}}<br/>{{'[HarfBuzzSharp.NativeAssets.Linux v7.3.0](https://www.nuget.org/packages/HarfBuzzSharp.NativeAssets.Linux/7.3.0)' |markdownify}} <br/></td></tr>
34+
{{'[SkiaSharp.NativeAssets.Linux v3.119.1](https://www.nuget.org/packages/SkiaSharp.NativeAssets.Linux/3.119.1)' | markdownify}}<br/>{{'[HarfBuzzSharp.NativeAssets.Linux v7.3.0](https://www.nuget.org/packages/HarfBuzzSharp.NativeAssets.Linux/7.3.0)' |markdownify}} <br/></td></tr>
3535
</table>

Document-Processing/Excel/Conversions/Excel-to-Image/NET/convert-excel-to-image-in-google-app-engine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Step 3: Click the **Create** button.
5353
Step 4: Install the following **Nuget packages** in your application from [Nuget.org](https://www.nuget.org/).
5454

5555
* [Syncfusion.XLsIORenderer.Net.Core](https://www.nuget.org/packages/Syncfusion.XlsIORenderer.Net.Core)
56-
* [SkiaSharp.NativeAssets.Linux v3.116.1](https://www.nuget.org/packages/SkiaSharp.NativeAssets.Linux/3.116.1)
56+
* [SkiaSharp.NativeAssets.Linux v3.119.1](https://www.nuget.org/packages/SkiaSharp.NativeAssets.Linux/3.119.1)
5757
* [HarfBuzzSharp.NativeAssets.Linux v7.3.0](https://www.nuget.org/packages/HarfBuzzSharp.NativeAssets.Linux/7.3.0)
5858

5959
![Install Syncfusion.XlsIORenderer.Net.Core Nuget Package](GCP_Images/Install_Nuget_Syncfusion.png)

0 commit comments

Comments
 (0)