• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Data store in Google spreadsheets

Guide ,
Oct 20, 2016 Oct 20, 2016

Copy link to clipboard

Copied

Hi All,

Is it possible to store the result data in the google spreadsheet? So far i using to store in .txt file.

var csv = new File("~/\Desktop/\Log Report.txt"); 

var log="";

csv.open("w"); 

csv.write(log); 

csv.close();

alert("Report Saved in Desktop"+"\r"+"Click OK to see the report now")

csv.execute();  

Thanks,

K

TOPICS
Scripting

Views

287

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advisor ,
Oct 20, 2016 Oct 20, 2016

Copy link to clipboard

Copied

Sheets API  |  Google Developers

Use the Socket object in conjunction with the Google-provided API and you are all set. Easy-peasy.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Oct 20, 2016 Oct 20, 2016

Copy link to clipboard

Copied

LATEST

Thanks Vamitul.. It will get the result values from indesign (while running script) and store the values in google spreadsheet?

Sorry i am novice in Google API

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines