Accessing Excel files from Google Drive

Creating desktop or client-server database solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
CodeforBros
Posts: 2
Joined: Sat Nov 24, 2012 6:22 pm

Accessing Excel files from Google Drive

Post by CodeforBros » Sat Nov 24, 2012 6:34 pm

First, I apologize if this question has been answered elsewhere but I have exhausted my search efforts and still have nothing to show.

My aim is to export an excel file from a google drive account in order to view and change the excel file, then upload the new, edited file back into my google drive.
My problem is that I am very green and have yet to find material on 1.how to connect to a google drive account and 2.how to utilize an excel document inside my stack.
Any help would be appreciated, if I have posted in the wrong area, please let me know.

Thank you, and long live LiveCode!

CodeforBros
Posts: 2
Joined: Sat Nov 24, 2012 6:22 pm

Re: Accessing Excel files from Google Drive

Post by CodeforBros » Mon Dec 03, 2012 8:08 pm

After some more investigation I know I will need to use google api code in order to get into GoogleDrive, but once I am able to access the doc, should I convert it to an SQL doc or should i continue to edit it in .xcl?

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Accessing Excel files from Google Drive

Post by Mark » Mon Dec 03, 2012 11:02 pm

Hi,

If you are planning to move from a Google-based system to a MySQL-based system then you should convert your data and, also, design a completely new database. However, I don't think this is what you have in mind. Once you are able to talk to the Google API from LiveCode, you probably have all the tools you need to continue to use Google Drive and there is no need to switch to a database platform.

Kind regards,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

Adrien Bron
Posts: 5
Joined: Tue Oct 08, 2013 2:26 pm
Contact:

Re: Accessing Excel files from Google Drive

Post by Adrien Bron » Tue Oct 08, 2013 7:17 pm

That sounds good :D

Post Reply