How can I get the number of rows in a Google Spreadsheet using api? -


is possible fetch number of filled rows without fetching whole spreadsheet, or find first empty row number?

i using python api wrapper if matters.

the main google api docs can using worksheetfeed. must possible python. https://developers.google.com/google-apps/spreadsheets/#retrieving_information_about_worksheets


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -