Hello,
I got problems with reading cell values from an existing excel file.
Within my Excel sheet the cell "C2" contains the formula "=MTRANS('Technical Data'!D6:IV6)" and the visible value is "Volkswagen". When accessing this cell the property HasFormula is true and I receive the visible value using ValueCached instead of Value which is null for this cell.
The cell "C3" in the next row also contains the formula "=MTRANS('Technical Data'!D6:IV6)" and the visible value is "Volkswagen". When accessing this cell the property HasFormula is now false, ValueCached is null and Value ist empty.
I already read that some formulas are not supported yet. Is there any documention on this topic with information about supported and unsupported topics?
Will the formula MTRANS be supported by ClosedXML soon?
Regards,
Christian
I got problems with reading cell values from an existing excel file.
Within my Excel sheet the cell "C2" contains the formula "=MTRANS('Technical Data'!D6:IV6)" and the visible value is "Volkswagen". When accessing this cell the property HasFormula is true and I receive the visible value using ValueCached instead of Value which is null for this cell.
The cell "C3" in the next row also contains the formula "=MTRANS('Technical Data'!D6:IV6)" and the visible value is "Volkswagen". When accessing this cell the property HasFormula is now false, ValueCached is null and Value ist empty.
I already read that some formulas are not supported yet. Is there any documention on this topic with information about supported and unsupported topics?
Will the formula MTRANS be supported by ClosedXML soon?
Regards,
Christian