<div dir="ltr">Google sheets can also be retrieved in JSON format, which is what we use to process them with XSLT.<div><br></div><div>-Hans</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Am Mi., 22. Mai 2019 um 05:45 Uhr schrieb Luís Oliveira <<a href="mailto:luismbo@gmail.com">luismbo@gmail.com</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Wed, May 22, 2019 at 10:36 AM Nick Levine <<a href="mailto:nick@nicklevine.org" target="_blank">nick@nicklevine.org</a>> wrote:<br>
> Has anyone tried reading a google spreadsheet from lisp (Allegro)? Searching produced a couple of libraries for this, and neither of them compiled cleanly (which is not where I wanted to spend my morning).<br>
<br>
Would downloading the speadsheet in CSV format help or do you need to<br>
access formulas, mark-up, etc? The CSV URL would be<br>
<a href="https://docs.google.com/spreadsheets/d/%7Bkey%7D/gviz/tq?tqx=out:csv&sheet=%7Bsheet_name%7D" rel="noreferrer" target="_blank">https://docs.google.com/spreadsheets/d/{key}/gviz/tq?tqx=out:csv&sheet={sheet_name}</a><br>
and then you could use one of the csv libraries.<br>
<br>
Cheers,<br>
<br>
-- <br>
Luís Oliveira<br>
<a href="http://kerno.org/~luis/" rel="noreferrer" target="_blank">http://kerno.org/~luis/</a><br>
<br>
</blockquote></div>