How to get filtered sheet cells values with pyghseets
问题 How can I get only filtered values from spreadsheet? If user have filtered some values, I don't need them. 回答1: You want to retrieve the values from the filtered sheet. The filter is the basic filter. For example, when the values are put in the cells "A1:J25" and the values of "A4:J4" and "A11:J11" are shown by the filter, you want to retrieve the values of cells of "A4:J4" and "A11:J11". You want to achieve this using pygsheets. You have already been able to get and put values for Google