Eric Heiken

Results 1 comments of Eric Heiken

For now, you could use a workaround: ```py spread = Spread('example') spread.df_to_sheet(df, sheet="sheet", start=(spread.get_sheet_dims("sheet")[0]+1,1), headers=False) ```