About getting the height of EXCEL cell

There will be a relatively large error when obtaining the height of the Excel table through xlWorkSheet.Rows[5].Height;
In a line of text, “\r\n” and AutoFit() methods are used to adjust the content format, and then when the height is obtained through Height, the correct height cannot be obtained

Can you send us a file and a sample code that reproduces the issue?