Skip to main content

By clicking Submit, you agree to the developerWorks terms of use.

The first time you sign into developerWorks, a profile is created for you. Select information in your profile (name, country/region, and company) is displayed to the public and will accompany any content you post. You may update your IBM account at any time.

All information submitted is secure.

  • Close [x]

The first time you sign in to developerWorks, a profile is created for you, so you need to choose a display name. Your display name accompanies the content you post on developerworks.

Please choose a display name between 3-31 characters. Your display name must be unique in the developerWorks community and should not be your email address for privacy reasons.

By clicking Submit, you agree to the developerWorks terms of use.

All information submitted is secure.

  • Close [x]

Integrate Google Spreadsheets data with PHP, Part 1

Use PHP to process and integrate data feeds from Google Spreadsheets with a web application


Return to article



Text version of t XML output of Listing 13 (Figure 10)

This XML file does not appear to have any style information 
associated with it. The document tree is shown below.

- <rows>
  - <page>1</page>
  - <total>2</total>
  - <records>7</records>
  - <row>
        <cell>Sector 1</cell>
        <cell>6473</cell>
        <cell>226555</cell>
    </row>
  - <row>
        <cell>Sector 2</cell>
        <cell>16373</cell>
        <cell>573055</cell>
    </row>
  - <row>
        <cell>Sector 3</cell>
        <cell>43734</cell>
        <cell>1530690</cell>
    </row>
...

Return to article