i'm converting some VBA Macros to Office Script and I've just found this trick:
lastRow_in_t = Worksheets("in_t").Range("A1048576").End(xlUp).Row
What could be a good start to do this line of code in Typescript/Office Script
I have no clue where to start, if someone could give me a hint, i'd be glad