2 Replies - 817 Views - Last Post: 28 July 2014 - 11:19 AM Rate Topic: -----

#1 rosarionyc   User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 2
  • Joined: 28-July 14

Creating an Excel Sheet using Python2.7

Posted 28 July 2014 - 10:17 AM

I have been tasked with creating a google excel document that will have the following features as specified below:

1- Be able to share the sheet with multiple people at once. >Already a feature.
2- Be able to assign a tab within the sheet per user only. > Need help here.

I was told that the only way to do this is to use Python, GoogleEngine alongside Security API’s ect, but I do not know where to start as I have no experience with any of this. I did already downloaded…

1- Python27
2- Google Engine for Python
3- Eclipse

Maybe there are some predefined codes out there I can copy/paste then edit...Any help will be greatly appreciated.

PS: If you need more information please let me know and I will provide it.

Is This A Good Question/Topic? 0
  • +

Replies To: Creating an Excel Sheet using Python2.7

#2 andrewsw   User is offline

  • no more Mr Potato Head
  • member icon

Reputation: 6957
  • View blog
  • Posts: 28,696
  • Joined: 12-December 12

Re: Creating an Excel Sheet using Python2.7

Posted 28 July 2014 - 11:00 AM

This article might help, and this one. (If you want code that you can just copy and paste then you'll have to keep searching.)

BTW It's a Google Spreadsheet, nothing to do with Microsoft Excel.
Was This Post Helpful? 0
  • +
  • -

#3 rosarionyc   User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 2
  • Joined: 28-July 14

Re: Creating an Excel Sheet using Python2.7

Posted 28 July 2014 - 11:19 AM

Thank you and sorry for the ignorance...I did not realize I was asking for 3 different things when I said "google excel document". Google sheets was exactly what I was looking for within Python.

Any idea how to go about locking a tab within the sheet to one user?

Thanks in advance for your help.
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1