How to get a note or comment
I have an Excel containing cell comments/notes, I've uploaded it to Google Drive, and converted it into a Google Spreadsheet. How may I retrieve the comments for cell A1? The API doesn't describe how to get a note or comment from a cell. Mogsdad The Google Apps Spreadsheet API only provides programmatic access to spreadsheet data. You cannot access comments using the API. You can get the Notes for a cell or range of cells using Google Apps Script. See the Class Range documentation for these methods: getNote() - Returns the note associated with the given cell. getNotes() - Returns the notes