a-marenkov / gsheets

A Dart library for working with Google Sheets API.
Other
78 stars 31 forks source link

Can we get a method to clone whole spreadsheet? #62

Open AmitSingh12345678 opened 2 years ago

AmitSingh12345678 commented 2 years ago

As, when I am copying each worksheet to a new spreadsheet using addFromSpreadsheet() method and then changing the name of each worksheet from 'Copy of sheet_abc' to 'sheet_abc'. But after this, some cells are showing reference error as shown below:- IMG-20211128-WA0008

It seems like while copying, orders of worksheet matters. I have also tried to refresh this spreadsheet. But error does not get resolved.