Update cell formula to include inserted rows
- This topic has 1 reply, 2 voices, and was last updated 9 years, 9 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Home › Forums › SpreadsheetML › Update cell formula to include inserted rows
Tagged: formula
Hi,
I have not written any code to do this, and am unaware of any open source code to do this, although there probably is something out there.
In preparation to go down this road, quite some time ago, we built a formula parser for formulas in SpreadsheetML – this parser is in Open-Xml-PowerTools. Take a look at the Formulas01 example. However, due to a variety of reasons, after completing the formula parser, we have not continued on this path. These were business reasons, not technical reasons.
-Eric