Fetch data from google spread-sheet with each row as a singl

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jackgoddy123
Forum Newbie
Posts: 14
Joined: Sat Jan 11, 2014 8:10 am

Fetch data from google spread-sheet with each row as a singl

Post by jackgoddy123 »

Hi all,

I am going through a very critical situation where I cannot find bright ideas to work upon.
1. I have an google spread sheet which contains few rows and columns.
2. I want to combine the row together including its column value.(1 row with four columns which results to a single sentence)
3. Simultaneously each row should form a single sentence from the google spread sheet.

My spread sheet path: https://docs.google.com/spreadsheets/d/ ... edit#gid=0

I dont know how to strt of with this and which function, code to prefer ?
Any kind of help is appreaciated.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Fetch data from google spread-sheet with each row as a s

Post by Christopher »

=CONCANENATE() ?
(#10850)
Post Reply