Skip to content

Commit aaddfa7

Browse files
990137-FAQStreamChangesUG
1 parent a9cc16c commit aaddfa7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Document-Processing/Excel/Excel-Library/NET/faqs/how-to-add-oval-shape-to-Excel-chart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: How to add Oval shape to Excel chart using XlsIO | Syncfusion
3-
description: Code example to add Oval shape to Excel chart using Syncfusion .NET Excel library (XlsIO).
3+
description: This page explains how to add Oval shape to Excel chart in C# (cross-platform and Windows-specific) and VB.NET using Syncfusion .NET Excel library (XlsIO).
44
platform: document-processing
55
control: XlsIO
66
documentation: UG

Document-Processing/Excel/Excel-Library/NET/faqs/how-to-avoid-processing-unnecessary-worksheets-when-opening-an-Excel-document.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ platform: document-processing
55
control: XlsIO
66
documentation: UG
77
---
8-
# How to avoid processing unnecessary worksheets when opening an Excel document using C#?
8+
# How to avoid processing unnecessary worksheets using C#?
99
XlsIO provides support to avoid processing unnecessary worksheets when opening an Excel. The following code snippet illustrates this.
1010
{% tabs %}
1111
{% highlight c# tabtitle="C# [Cross-platform]" playgroundButtonLink="https://raw.githubusercontent.com/SyncfusionExamples/XlsIO-Examples/master/FAQ/Worksheet/.NET/Parse%20Worksheets%20On%20Demand/Parse%20Worksheets%20On%20Demand/Program.cs,180" %}

Document-Processing/Excel/Excel-Library/NET/faqs/how-to-delete-hyperlinks-from-worksheet-without-affecting-the-cell-styles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ control: XlsIO
66
documentation: UG
77
---
88

9-
# How to delete hyperlinks from a worksheet without affecting the cell styles using C#?
9+
# How to delete worksheet hyperlinks without affecting cell styles?
1010

1111
You can remove hyperlinks from an Excel worksheet without altering the cell formatting using [HyperLinks]( https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.IWorksheet.html#Syncfusion_XlsIO_IWorksheet_HyperLinks) property of the [IWorksheet]( https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.IWorksheet.html) interface. Below are the code examples in C# (cross-platform and Windows-specific) and VB.NET to demonstrate how to do this.
1212

0 commit comments

Comments
 (0)