I have a php output to a table format. I'm trying to get google docs excel to query the result and display the output... example if output is true, it displays YES, else it display NO. What would be the best way to approach this?
Thanks,
genome
Just to be a little more specific, I'd like google docs to search the page for a specific string and display YES if that string is present.
PHP table output restyling
Page 1 of 11 Replies - 100 Views - Last Post: 10 January 2013 - 01:26 PM
Replies To: PHP table output restyling
#2
Re: PHP table output restyling
Posted 10 January 2013 - 01:26 PM
I think it would be easier if you could output an alternative version of your page as JSON or XML data. Google Docs uses Google Apps Script - similar to Javascript and you can use it to extract external data.
You would need to ensure that cross-site restrictions don't prevent your data from being returned to Google Docs.
You would need to ensure that cross-site restrictions don't prevent your data from being returned to Google Docs.
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote



|