As we need to draw the table in a CAD application, given a font height in points, we need to calculate the row height in points properly, in order mimic exactly as it is seen in Excel.
That's why we need the algorithm that transform a given font height in points, into a row height in points.
In summary, given a font name and height in points, what is the algorithm that calculates row height in points?
Example: Calibri 11 height into 15 row height.
At first, we are tempted to deduce that there are 3 points as margins + 1 point. But this factor is not linear as we change font height, and worse, it changes depending on the font, for the same height.
We appreciate you patience in helping us. We are looking forward for this algorithm. My deadline is so close!