Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>GemBox.Spreadsheet currently supports only values that are calculated by the Excel (so if file is saved by the MS Excel, we can read formula values). GemBox.Spreadsheet does not have its own calculation engine.</p> <p>To read formula values in <strong>XLS</strong> format use <a href="http://www.gemboxsoftware.com/spreadsheet/help/html/Overload_GemBox_Spreadsheet_ExcelFile_LoadXls.htm" rel="nofollow noreferrer"><code>ExcelFile.LoadXls</code></a> overload that accepts <a href="http://www.gemboxsoftware.com/spreadsheet/help/html/T_GemBox_Spreadsheet_XlsOptions.htm" rel="nofollow noreferrer"><code>XlsOptions</code></a> enumeration and use <code>XlsOptions.PreserveWorksheetRecords</code> or <code>XlsOptions.PreserveAll</code>.</p> <p>To read formula values in <strong>XLSX</strong> format use <a href="http://www.gemboxsoftware.com/spreadsheet/help/html/Overload_GemBox_Spreadsheet_ExcelFile_LoadXlsx.htm" rel="nofollow noreferrer"><code>ExcelFile.LoadXlsx</code></a> method with <a href="http://www.gemboxsoftware.com/spreadsheet/help/html/T_GemBox_Spreadsheet_XlsxOptions.htm" rel="nofollow noreferrer"><code>XlsxOptions</code></a> enumeration values <code>XlsxOptions.PreserveKeepOpen</code> or <code>XlsxOptions.PreserveMakeCopy</code>.</p> <p><strong>EDIT (28-09-2016):</strong><br> We have released a new version of GemBox.Spreadsheet (version 4.1) in which we implemented a support for cell formula calculation, <a href="http://www.gemboxsoftware.com/news/gembox-spreadsheet-4-1-released" rel="nofollow noreferrer">see the release post</a>.<br> On the following link you can find the demonstration sample:<br> <a href="http://www.gemboxsoftware.com/Spreadsheet/Examples/Excel-Formula-Calculation/901" rel="nofollow noreferrer">http://www.gemboxsoftware.com/Spreadsheet/Examples/Excel-Formula-Calculation/901</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload