jpillora / node-edit-google-spreadsheet

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

Worksheet Metadata #8

Closed IvanGuardado closed 11 years ago

IvanGuardado commented 11 years ago

I've created the Metadata class, which allows you to get/update the worksheet metadata. What you can update is: title (worksheet name), rowCount and colCount.

With this API ready, I've also added the option to make the worksheet grows up if the new content is out of the current worksheet size. The new send API is: send(callback, [{autosize: bool}]);

jpillora commented 11 years ago

Nice work, Thanks Ivan! Will just test then republish

jpillora commented 11 years ago

Hey Ivan, I've just published v0.2.0 though I changed the API (Sorry I'm an API nazi lol). Functionality is still the same though: https://github.com/jpillora/node-edit-google-spreadsheet#metadata. Also deleted master so now stable is the new master. Thanks again