Results 1 comments of Dan Wang

Hi @sim2511 , ``` file = folder.get_file('') with open("testdata.xlsx", "wb") as fh: fh.write(file) ```