Skip to content
Open
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
3 changes: 3 additions & 0 deletions Document-Processing-toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -5238,6 +5238,9 @@
<li>
<a href="/document-processing/excel/excel-library/net/Performance-Metrics">Performance Metrics</a>
</li>
<li>
<a href="/document-processing/excel/excel-library/net/XlsIO-Behavior">XlsIO Behavior</a>
</li>
<li>
<a href="/document-processing/excel/excel-library/net/faq">FAQ</a>
<ul>
Expand Down
15 changes: 15 additions & 0 deletions Document-Processing/Excel/Excel-Library/NET/XlsIO-Behavior.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: Behaviors of Excel (XlsIO) Library | Syncfusion
description: In this section, you can learn about the core behaviors, limitations, and tips for working with Syncfusion Essential XlsIO.
platform: document-processing
control: XlsIO
documentation: UG
---

# Behaviors of Excel (XlsIO) Library

This section provides the details about various behaviors of Syncfusion Essential XlsIO.

## Formula in Named Range

As per Microsoft Excel behavior, when the formula is used in the named ranges, the calculation of these formulas will be done only when the named range is used in the cells. When you check the Value in the named range manager, it does not show you the calculated value. Similarly, XlsIO does not calculate formulas in the named ranges. So, the ReferToRange property is not set. However, if the named range is defined with a cell reference, Excel sets the ReferToRange accordingly. Syncfusion XlsIO follows the same behavior. You can set the named range formula to any of the Excel cell and get the calculated value.