Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
create a new spreadsheets on Google Docs
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Ioana  
View profile  
 More options Mar 6, 5:30 am
From: Ioana <teo.io...@gmail.com>
Date: Fri, 6 Mar 2009 02:30:50 -0800 (PST)
Local: Fri, Mar 6 2009 5:30 am
Subject: create a new spreadsheets on Google Docs
Hi,

It's possible to create new spreadsheets on Google Docs? If yes, how?

Until now I didn't found a solution.

Thank you.


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Daniel Marashlian  
View profile  
 More options Mar 6, 12:49 pm
From: Daniel Marashlian <daniel...@gmail.com>
Date: Fri, 6 Mar 2009 09:49:34 -0800 (PST)
Local: Fri, Mar 6 2009 12:49 pm
Subject: Re: create a new spreadsheets on Google Docs
I have a solution for this, I'm not sure if it's the best one, but it
works...

I have 3 empty files on my server, text, powerpoint (ppt) , and excel
(xls)

then I use the call from the API to upload a file from your server to
the Google Docs server. So in our system, when someone says create a
"new" spreadsheet, I just take the static location of the empty
spreadsheet file and upload that.

Daniel

On Mar 6, 2:30 am, Ioana <teo.io...@gmail.com> wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Eric (Google) Google employee  
View profile  
(1 user)  More options Mar 6, 2:16 pm
From: "Eric (Google)" <api.e...@google.com>
Date: Fri, 6 Mar 2009 11:16:32 -0800 (PST)
Local: Fri, Mar 6 2009 2:16 pm
Subject: Re: create a new spreadsheets on Google Docs
While Daniels suggestion is perfectly viable and works,
I just wanted to mention that there's no need to upload an actual
file.

You can create empty docs/spreadsheets/presos by POSTing
a new Atom entry:
http://code.google.com/apis/documents/docs/2.0/developers_guide_proto...

POST /feeds/documents/private/full HTTP/1.1
Content-Length: 288
Content-Type: application/atom+xml

<?xml version='1.0' encoding='UTF-8'?>
<atom:entry xmlns:atom="http://www.w3.org/2005/Atom">
  <atom:category scheme="http://schemas.google.com/g/2005#kind"
      term="http://schemas.google.com/docs/2007#spreadsheet" />
  <atom:title>new spreadsheet title</atom:title>
</atom:entry>

The client libraries have helper methods to do that for you.

Cheers,
Eric

On Mar 6, 9:49 am, Daniel Marashlian <daniel...@gmail.com> wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Daniel Marashlian  
View profile  
 More options Apr 2, 12:11 pm
From: Daniel Marashlian <daniel...@gmail.com>
Date: Thu, 2 Apr 2009 09:11:49 -0700 (PDT)
Local: Thurs, Apr 2 2009 12:11 pm
Subject: Re: create a new spreadsheets on Google Docs
Loana,

Can you get this to work? I have been having troubles getting this
method to work.

On Mar 6, 12:16 pm, "Eric (Google)" <api.e...@google.com> wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Eric (Google) Google employee  
View profile  
 More options Apr 2, 1:39 pm
From: "Eric (Google)" <api.e...@google.com>
Date: Thu, 2 Apr 2009 10:39:33 -0700 (PDT)
Local: Thurs, Apr 2 2009 1:39 pm
Subject: Re: create a new spreadsheets on Google Docs
Try adding a label to the category:

<?xml version='1.0' encoding='UTF-8'?>
<atom:entry xmlns:atom="http://www.w3.org/2005/Atom">
  <atom:category scheme="http://schemas.google.com/g/2005#kind"
      term="http://schemas.google.com/docs/2007#spreadsheet"
label="spreadsheet"/>
  <atom:title>new spreadsheet title</atom:title>
</atom:entry>

Eric

On Apr 2, 9:11 am, Daniel Marashlian <daniel...@gmail.com> wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Eric (Google) Google employee  
View profile  
 More options Apr 2, 1:45 pm
From: "Eric (Google)" <api.e...@google.com>
Date: Thu, 2 Apr 2009 10:45:24 -0700 (PDT)
Local: Thurs, Apr 2 2009 1:45 pm
Subject: Re: create a new spreadsheets on Google Docs
Created a bug for this:
http://code.google.com/p/gdata-issues/issues/detail?id=1131

Again, the quick fix is to include a label.

e

On Apr 2, 10:39 am, "Eric (Google)" <api.e...@google.com> wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google