jpillora / node-edit-google-spreadsheet

A simple API for editing Google Spreadsheets
304 stars 101 forks source link

Added ability create new worksheet. #68

Closed AndrewSem closed 9 years ago

AndrewSem commented 9 years ago

Added public method creareWorksheet() which create new worksheet into existing spreadsheet. If worksheet already exists then returns error.

jpillora commented 9 years ago

Hi Andrew, thanks for the PR, though I've planned a more complete Worksheet API here: Feature: Worksheet API #56 and this PR would conflict with the planned implementation unfortunately.