We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 608404e commit 4f6c00fCopy full SHA for 4f6c00f
FAQ/Worksheet/.NET/Parse Worksheets On Demand/README.md
@@ -1,4 +1,4 @@
1
-# : How to parse worksheets on demand in Excel document?
+# How to avoid processing unnecessary worksheets when opening an Excel document using C#?
2
3
Step 1: Create a New C# Console Application Project.
4
@@ -13,7 +13,7 @@ using System;
13
using System.IO;
14
using Syncfusion.XlsIO;
15
16
-Step 5: Include the below code snippet in **Program.cs** to parse worksheets on demand in Excel document.
+Step 5: Include the below code snippet in **Program.cs** to avoid processing unnecessary worksheets when opening an Excel document using C#?
17
```csharp
18
using (ExcelEngine excelEngine = new ExcelEngine())
19
{
0 commit comments