Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Document-Processing/Excel/Spreadsheet/UWP/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ Optional NuGet Packages</th><th>
Description</th></tr>
<tr>
<td>
[Syncfusion.SfSpreadsheetHelper.UWP](https://www.nuget.org/packages/Syncfusion.SfSpreadsheetHelper.UWP)</td><td>
{{'[Syncfusion.SfSpreadsheetHelper.UWP](https://www.nuget.org/packages/Syncfusion.SfSpreadsheetHelper.UWP)' | markdownify}}</td><td>
Contains the classes responsible for importing charts and sparklines into SfSpreadsheet.</td></tr>
<tr>
<td>
[Syncfusion.ExcelChartToImageConverter.UWP](https://www.nuget.org/packages/Syncfusion.ExcelChartToImageConverter.UWP)</td><td>
{{'[Syncfusion.ExcelChartToImageConverter.UWP](https://www.nuget.org/packages/Syncfusion.ExcelChartToImageConverter.UWP)' | markdownify}}</td><td>
Contains the classes responsible for converting charts to images.</td></tr>
<tr>
<td>
[Syncfusion.SfChart.UWP](https://www.nuget.org/packages/Syncfusion.SfChart.UWP)</td><td>
{{'[Syncfusion.SfChart.UWP](https://www.nuget.org/packages/Syncfusion.SfChart.UWP)' | markdownify}}</td><td>
Contains the classes responsible for importing chart types such as line charts, pie charts, and sparklines.</td></tr>
</table>

Expand Down
6 changes: 3 additions & 3 deletions Document-Processing/Excel/Spreadsheet/WPF/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ Optional NuGet Packages</th><th>
Description</th></tr>
<tr>
<td>
[Syncfusion.SfSpreadsheetHelper.WPF](https://www.nuget.org/packages/Syncfusion.SfSpreadsheetHelper.WPF)</td><td>
{{'[Syncfusion.SfSpreadsheetHelper.WPF](https://www.nuget.org/packages/Syncfusion.SfSpreadsheetHelper.WPF)' | markdownify}}</td><td>
Contains the classes that are responsible for importing charts and sparklines into SfSpreadsheet.</td></tr>
<tr>
<td>
[Syncfusion.ExcelChartToImageConverter.WPF](https://www.nuget.org/packages/Syncfusion.ExcelChartToImageConverter.WPF)</td><td>
{{'[Syncfusion.ExcelChartToImageConverter.WPF](https://www.nuget.org/packages/Syncfusion.ExcelChartToImageConverter.WPF)' | markdownify}}</td><td>
Contains the classes that are responsible for converting charts as images.</td></tr>
<tr>
<td>
[Syncfusion.SfChart.WPF](https://www.nuget.org/packages/Syncfusion.SfChart.WPF)</td><td>
{{'[Syncfusion.SfChart.WPF](https://www.nuget.org/packages/Syncfusion.SfChart.WPF)' | markdownify}}</td><td>
Contains the classes that are responsible for importing charts such as Line, Pie, Column, and Bar charts. Sparklines are handled by <code>Syncfusion.SfSpreadsheetHelper.WPF</code>, not by this package.</td></tr>
</table>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ Optional NuGet Packages</th><th>
Description</th></tr>
<tr>
<td>
[Syncfusion.SpreadsheetHelper.Windows](https://www.nuget.org/packages/Syncfusion.SpreadsheetHelper.Windows)</td><td>
{{'[Syncfusion.SpreadsheetHelper.Windows](https://www.nuget.org/packages/Syncfusion.SpreadsheetHelper.Windows)' | markdownify}}</td><td>
Contains the classes that import charts and sparklines into the Spreadsheet.</td></tr>
<tr>
<td>
[Syncfusion.ExcelChartToImageConverter.WPF](https://www.nuget.org/packages/Syncfusion.ExcelChartToImageConverter.WPF)</td><td>
{{'[Syncfusion.ExcelChartToImageConverter.WPF](https://www.nuget.org/packages/Syncfusion.ExcelChartToImageConverter.WPF)' | markdownify}}</td><td>
Contains the classes that convert charts to images.</td></tr>
<tr>
<td>
[Syncfusion.Chart.Windows](https://www.nuget.org/packages/Syncfusion.Chart.Windows)</td><td>
{{'[Syncfusion.Chart.Windows](https://www.nuget.org/packages/Syncfusion.Chart.Windows)' | markdownify}}</td><td>
Contains the classes that create charts that hold axes, series, and legends.</td></tr>
</table>

Expand Down