Skip to content

Commit 4f6c00f

Browse files
Modified the title
1 parent 608404e commit 4f6c00f

File tree

1 file changed

+2
-2
lines changed
  • FAQ/Worksheet/.NET/Parse Worksheets On Demand

1 file changed

+2
-2
lines changed

FAQ/Worksheet/.NET/Parse Worksheets On Demand/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# : How to parse worksheets on demand in Excel document?
1+
# How to avoid processing unnecessary worksheets when opening an Excel document using C#?
22

33
Step 1: Create a New C# Console Application Project.
44

@@ -13,7 +13,7 @@ using System;
1313
using System.IO;
1414
using Syncfusion.XlsIO;
1515

16-
Step 5: Include the below code snippet in **Program.cs** to parse worksheets on demand in Excel document.
16+
Step 5: Include the below code snippet in **Program.cs** to avoid processing unnecessary worksheets when opening an Excel document using C#?
1717
```csharp
1818
using (ExcelEngine excelEngine = new ExcelEngine())
1919
{

0 commit comments

Comments
 (0)