Answers:
wget --content-disposition 'http://spreadsheets.google.com/pub?key=pyj6tScZqmEfbZyl0qjbiRQ&output=xls'
会帮你的忙。
它仍然没有完全实现,有时似乎会出错,因此它不是默认选项wget
,使用时需您自担风险。
Google文档链接实际上是在告诉服务器上要运行的脚本,并将其解析为所需的文件。据我所知,该文件从未以els形式存在于服务器上,而是在您要求时在运行时生成的。因此,wget没有任何东西可以得到。
为了下载文件,您需要使用google API http://code.google.com/apis/documents/docs/3.0/developers_guide_protocol.html#DownloadingDocs/。
.xls
文件。但是,功能完善的浏览器对此没有任何问题。因此,显然可以不用Docs API。