Make use of Google Spreadsheets in your php scripts
Array ( [0] => Array ( [0] => header1 [1] => header2 [2] => header3 ) [1] => Array ( [0] => value1 [1] => test1 [2] => result1 [3] => yetty1 ) [2] => Array ( [0] => value2 [1] => test2 [2] => result2 ) [3] => Array ( [0] => value3 [1] => test3 [2] => result3 ) )
Of course, this is not an ideal solution:
- There is security through obscurity, by giving someone a key you can’t deny access to document in future
- Huge amount of data can’t be downloaded using this approach
One of possible applications could be publishing changelogs for your product:
- Product manager maintains changelog in Google spreadsheet
- An automation script pulls data from there & publishes it to your application build
Page 2 of 2 | Previous page