문제

I am trying to create a freebase acre application which can keep track of certain users records and export the mql query output to Google Docs.

Is it possible to export mql query output to Google Docs in acre?

Edit #1

I found out this doc by which i can export data to Google Docs using javascript.

Edit #2

I am able to upload files to drive but i need to create a Spreadsheet with it. Could it be possible?

도움이 되었습니까?

해결책

This is possible using Google Drive SDK. I am successful in exporting the query output but not able to share the code here.

다른 팁

If you can export the results as CSV, you can create a Google Spreadsheet with them. The important point is to remember to set:

convert=true

Query parameter on insertion which will ensure that your file is converted correctly to a GOogle Spreadsheet.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top