user2100431
user2100431

Reputation: 21

Fill document from a google spreadsheet

I have a web form that populates a Google spreadsheet.

My question is can I populate a document with some or all of the information from a given row ?

Example: I created a webpage for a small business that they can input all the details from a sale. That populates a google spreadsheet. Now I need to create a nice looking receipt (document) that includes the information from some of the fields in a particular row of that google spreadsheet to print out and give to the costumer for them to sign

Upvotes: 1

Views: 1006

Answers (1)

udnisap
udnisap

Reputation: 909

I coded a simple java script library todo the same thing after hours of search. (Wish I started it right away) Gsheet2json

Upto now it can get data from the spreadsheet as objects array or arrays of array and you can use any template you want to publish it(of cause using your own java script + html).

Upvotes: 1

Related Questions