Is there any ways to read colors from cells in google sheet without using google API?API has limits and my sheet is around 200x400 size, it'll take years to parse...
To read and parse values i used /export
in url which exports into xlsx format by default. But this way doesn't keep cell colors by unknown reasons.
/export?format=ods
works fine, has all necesary colors but I can't find any info about getting cell colors from ods sheet in python...
Google query, like: /gviz/tq?tqx=out:html
doesn't give any colors.