I've created a worksheet with a table in it. The table has formulas like [Column A]-[Column B].
When calculating, all values become #NAME, even though they work in Excel.
I've traced it down to DependencyChainFactory line 222, where table column names are completely ignored. I'm guessing the fact that the cells lack a reference to their containing table is part of the reason why it's not implemented. :)
Would be really nice if this works.
My current use-case is automated testing of the created Excel file, including formulas written into it.
When calculating, all values become #NAME, even though they work in Excel.
I've traced it down to DependencyChainFactory line 222, where table column names are completely ignored. I'm guessing the fact that the cells lack a reference to their containing table is part of the reason why it's not implemented. :)
Would be really nice if this works.
My current use-case is automated testing of the created Excel file, including formulas written into it.