I'm currently in the process of moving my companies documentation over into a wikimedia server. There are quite a few very large and expansive excel sheets I would like to transfer over. I have already implemented scrolling for the tables using this div:
<div style="overflow-x: scroll">
But how would I go about locking the first row and column so users don't have to constantly check where they are?