I cannot recall any direct way. One way I can think of is to make a CSV export and open the file in Excel. Then you could add another column with a formula
=IF(width>height;width/height;height/width)
Note that there might be minor rounding errors, so e.g. for 4:3, it would be good to check ratios between 1.30 and 1.35.
Juha