WolfgangFahl / pyOnlineSpreadSheetEditing

python Online SpreadSheet Editing tool with configurable enhancer/importer and check phase
Apache License 2.0
2 stars 0 forks source link

Handle error when google spreadsheet is not accessible (not shared) #38

Open WolfgangFahl opened 1 year ago

WolfgangFahl commented 1 year ago
  csvStr=response.content.decode('utf-8')
            sheet=pd.read_csv(StringIO(csvStr),keep_default_na=False,on_bad_lines='skip')
            self.dfs[sheetName]=sheet

helps in debugging