You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by sawyna <gi...@git.apache.org> on 2018/02/13 10:12:05 UTC

[GitHub] poi pull request #101: Adding a wrapper to evaluate all xssf formula cells "...

GitHub user sawyna opened a pull request:

    https://github.com/apache/poi/pull/101

    Adding a wrapper to evaluate all xssf formula cells "in cell"

    There is `XSSFFormulaEvaluator.evaluateAllFormulaCells` already present. But that doesn't remove the formulas from the cells. This wrapper loops over all the cells in all sheets in the workbook, calls `evaluateInCell` which removes the formulas from the cells containing formulas and puts the result.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sawyna/poi XSSFFormulaEvaluatorUtil

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/poi/pull/101.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #101
    
----
commit 84af98f6e1aecea57dd9932d2fe83bff774019ec
Author: yaswanth <py...@...>
Date:   2018-02-13T10:09:07Z

    Adding a wrapper to evaluate all xssf formula cells "in cell"

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org