embr / gcat

a simple utility for grabbing Google Drive spreadsheets
MIT License
27 stars 6 forks source link

Figure out how to update a doc and preserve formulae in sheets which were not modified #4

Open embr opened 11 years ago

embr commented 11 years ago

currently the pandas.ExcelFile.parseSheet() function is applied to each sheet and throws out formatting. Is it possible to only parse some sheets and update the excel file for the modified sheets?