You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sheet.add() compares the name argument to the lowercase version of each sheetname. It should compare the lowercase version of the name argument to the lowercase version of each sheetname. Opening a brand new workbook and trying Sheet.add('Sheet1') throws an error.
The text was updated successfully, but these errors were encountered:
Sheet.add() compares the name argument to the lowercase version of each sheetname. It should compare the lowercase version of the name argument to the lowercase version of each sheetname. Opening a brand new workbook and trying Sheet.add('Sheet1') throws an error.
The text was updated successfully, but these errors were encountered: