How do i make a class method?
I have an excel sheet with data named "sheet" and i want to return a range sheet.get-range("A2:B4") configure/structure the code
it so it is convient to do this?
since dictionaries are first class i could
sheet = (rawdata: getdatafrombytes("excelfile.xlsx"),
get-range:
)
My brain obviously isnt working today. cause i feel like i see this pattern everywhere.