You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

73 lines
2.9 KiB

- support more cell functionality
- data validation rules - https://github.com/theoephraim/node-google-spreadsheet/issues/487
- dont explode if sheet contains charts - https://github.com/theoephraim/node-google-spreadsheet/issues/444
- add row.toJSON()
https://github.com/theoephraim/node-google-spreadsheet/issues/247
- google auth - Application Default Creds
https://github.com/theoephraim/node-google-spreadsheet/issues/215
https://github.com/theoephraim/node-google-spreadsheet/issues/345
- escape issues for strings starting with = `'=not a formula`
https://github.com/theoephraim/node-google-spreadsheet/issues/323
- browser/react native, older ES support
https://github.com/theoephraim/node-google-spreadsheet/issues/339
https://github.com/theoephraim/node-google-spreadsheet/issues/382
https://github.com/theoephraim/node-google-spreadsheet/issues/406
https://github.com/theoephraim/node-google-spreadsheet/issues/404
- nice tips here - https://github.com/mikro-orm/mikro-orm/issues/12
- start using semantic release? or similar https://semantic-release.gitbook.io/semantic-release/
- better commit messages to autogenerate changelog
- commitizen - https://github.com/commitizen/cz-cli
- https://gist.github.com/brianclements/841ea7bffdb01346392c
- commitlint checks - https://github.com/conventional-changelog/commitlint
- https://github.com/conventional-changelog/conventional-changelog
BUGS
- fetching single row via GRO has issues
https://github.com/theoephraim/node-google-spreadsheet/issues/347
MISSING FUNCTIONS
- support batchGet
https://github.com/theoephraim/node-google-spreadsheet/issues/326
- update filters
https://github.com/theoephraim/node-google-spreadsheet/issues/328
- insertDimension
https://github.com/theoephraim/node-google-spreadsheet/issues/366
- conditional formatting
https://github.com/theoephraim/node-google-spreadsheet/issues/410
OTHER
- row to cell interface
https://github.com/theoephraim/node-google-spreadsheet/issues/343
- reading from draftValue
https://github.com/theoephraim/node-google-spreadsheet/issues/350
https://github.com/theoephraim/node-google-spreadsheet/issues/402
- heroku config docs
https://github.com/theoephraim/node-google-spreadsheet/issues/354
- document metadata from drive api
https://github.com/theoephraim/node-google-spreadsheet/issues/364
- date formatting, escaping issues
https://github.com/theoephraim/node-google-spreadsheet/issues/367
https://github.com/theoephraim/node-google-spreadsheet/issues/363
- release notes
https://github.com/theoephraim/node-google-spreadsheet/issues/384
- delete rows from google forms
https://github.com/theoephraim/node-google-spreadsheet/issues/393
- better handling of merged cells
https://github.com/theoephraim/node-google-spreadsheet/issues/400
- specify header row
https://github.com/theoephraim/node-google-spreadsheet/issues/407