salimoha / googlecl

Automatically exported from code.google.com/p/googlecl
0 stars 0 forks source link

How to download spreadsheats in ods (opendocument format)? #191

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. google.cmd docs get --title "myspreadsheet"

What is the expected output? 
Downloading myspreadsheet to C:\programs\contaETL\myspreasheet.ods

What do you see instead?
Downloading myspreadsheet to C:\programs\contaETL\myspreasheet.xls

What version of the product are you using? On what operating system? What
version of gdata-python-client (aka python-gdata)?
windows 7; python 2.6.5; googlecl trunk

Original issue reported on code.google.com by persapi...@gmail.com on 29 Jun 2010 at 9:40

GoogleCodeExporter commented 9 years ago
adding --format ods should do it. If not, post back on this issue.

Original comment by tom.h.mi...@gmail.com on 30 Jun 2010 at 4:02

GoogleCodeExporter commented 9 years ago
For anyone stumbling on this -- you can make this your default action by 
setting spreadsheet_format in your config file to ods.

I'll assume this is working fine.

Original comment by tom.h.mi...@gmail.com on 9 Jul 2010 at 2:34