Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohan2401 authored Dec 13, 2024
1 parent 1217b7d commit 66afd66
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ using (ExcelEngine excelEngine = new ExcelEngine())

//Dispose streams
outputStream.Dispose();
inputStream.Dispose();
}
```

More information about adding a threaded comments in the worksheet can be found in this [documentation](https://help.syncfusion.com/document-processing/excel/excel-library/net/working-with-drawing-objects#create) section.
More information about adding a threaded comments in the worksheet can be found in this [documentation](https://help.syncfusion.com/document-processing/excel/excel-library/net/working-with-drawing-objects#create) section.

0 comments on commit 66afd66

Please sign in to comment.