Determine cell coordinates

I have requirement to find out the cell coordinates.
Ex: CELL A2 coordinates.
From TOP margin Height 5 and LEFT margin 3.
I need API from aspose to find out the coordinates of the CELLS.

@oraspose,

Thanks for your query.

Do you need to get the distance of a cell to the sheet border? If so, I think you can just accumulate/gather the row height(s) and column width(s) by yourself (via Aspose.Cells APIs) to get your underlying cell’s coordinates.

Hope, this helps a bit.