Results 1 to 4 of 4

Thread: Exporting data to a google spreadsheet?

  1. #1
    Join Date
    Feb 2012
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default Exporting data to a google spreadsheet?

    Is there a way that a script would be able to export data to a google spreadsheet? Basically I'm looking to try to make a script that would buy items and record the market price on the google spreadsheet, would update the prices every 30 minutes or so.

    Thanks

  2. #2
    Join Date
    Feb 2011
    Location
    The Future.
    Posts
    5,600
    Mentioned
    396 Post(s)
    Quoted
    1598 Post(s)

    Default

    You'd need to know how the Spreadsheets are made.. Do they use nodes like XML files? What format do the files use?
    Do they open in binary mode? Are they encrypted or obfuscated it in anyway?
    I am Ggzz..
    Hackintosher

  3. #3
    Join Date
    Feb 2012
    Location
    Florida
    Posts
    193
    Mentioned
    1 Post(s)
    Quoted
    6 Post(s)

    Default

    Quote Originally Posted by Always View Post
    Is there a way that a script would be able to export data to a google spreadsheet? Basically I'm looking to try to make a script that would buy items and record the market price on the google spreadsheet, would update the prices every 30 minutes or so.

    Thanks
    If you could type the layout for a spreadsheet file in notepad you could do this. You'd create the file in whatever spreadsheet file format then write to it the Variables your stock stuff is stored in. Better yet I think there are some programs that can convert to spreadsheet. Google .xls or .format to .format converter. So in this case .txt to .xls or whatever spreadsheet format converter.

    Then after your done typing in the file it will be in your spreadsheet format and you should be able to open it with w/e spreadsheet program

    Be much easier to just do all of it in a text file.

  4. #4
    Join Date
    Nov 2011
    Posts
    1,532
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Spreadsheet might be a bit far, maybe begin with a CSV file and open that as excel?
    Current activity: Recovering from vacation
    - Nulla pars vitae vacare officio potest -
    SRL membership? Can I buy that?
    Scripts - AGS - SWF - WAR - EMS - W100S-EM
    If you need scripting help, you can pm me. Remember, if you need help you have to ask for it properly though

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •