8000 Calculate() breaks the resulting value · Issue #624 · JanKallman/EPPlus · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Mar 9, 2020. It is now read-only.
This repository was archived by the owner on Mar 9, 2020. It is now read-only.
Calculate() breaks the resulting value #624
@prof1k

Description

@prof1k

EPPlus 4.5.3.3

Code provided:

var cellRange = excelWorksheet.Cells[row, column];
cellRange.Calculate();
cellRange.GetValue();

The cell contains the formula for working days.
After calling the Calculate () method, the Value field cannot be obtained, through Debug its value becomes #VALUE, and when GetValue is called, an exception is thrown.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0