If you create a new table in Excel and look at the column width in "Normal" view mode, it will be 64px
Now if you switch to "Page Layout" mode and look at the column width, it will be 69px
That is, Excel added 5px (this is for the Calibri font, set to the default "Normal" style)
If you change the font for the "Normal" style from Calibri to Courier New (with same size and style), then in "Normal" view mode the column width will be 80px, and in "Page layout" view mode 78px
That is, now Excel has taken away 2px
If you change the font for the "Normal" style to Comic Sans MS (with same size and style), then both in "Normal" view mode and in "Page Layout" view mode, the column width will be 80px
That is, now Excel has not changed the column width
How does Excel calculate how many pixels to add/subtract when switching from "Normal" view mode to "Page Layout" view mode?