Validate XFD range in Excel for errors
I am looking for an option to read the parsed Excel file XFD range and check if it contains any #Value! cells. I am able to find a point in TransformationEventHandler business rule to capture the parsed data (TransformerObject.Parser.DelimitedParsedValues), but it's not giving all parsed data every time and giving only few lines sometime.
Can you please suggest some solution to validate Excel file XFD range before loading it into cube.
Also where can I find the details of the classes in OneStream specifically for OneStream.Shared.Engine.StageRangeContent
