Title: Data only, no HTML
Last modified: August 24, 2016

---

# Data only, no HTML

 *  Resolved [p1erstef](https://wordpress.org/support/users/p1erstef/)
 * (@p1erstef)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/data-only-no-html/)
 * Great Plugin!
    Is there a way to just retrieve the data from my spreadsheet, 
   with no HTML? To get something like: [[1357084800000,29],[1357171200000,27], …].
   I’d like to use my data in a custom script. Thanks!
 * [https://wordpress.org/plugins/inline-google-spreadsheet-viewer/](https://wordpress.org/plugins/inline-google-spreadsheet-viewer/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Meitar](https://wordpress.org/support/users/meitar/)
 * (@meitar)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/data-only-no-html/#post-6103982)
 * No. Why do you need a plugin for that, especially if you are writing your own
   custom script? Just do it in PHP. It’s one call to [`wp_remote_get()`](https://codex.wordpress.org/Function_Reference/wp_remote_get):
 *     ```
       $http_response = wp_remote_get('https://docs.google.com/spreadsheets/d/ABCDEFG/export?format=csv');
       print_r($http_response);
       ```
   
 *  Thread Starter [p1erstef](https://wordpress.org/support/users/p1erstef/)
 * (@p1erstef)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/data-only-no-html/#post-6104001)
 * Ok, thanks!
    I didn’t realize it was so simple…

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Data only, no HTML’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/inline-google-spreadsheet-viewer.
   svg)
 * [Inline Google Spreadsheet Viewer](https://wordpress.org/plugins/inline-google-spreadsheet-viewer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/inline-google-spreadsheet-viewer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/inline-google-spreadsheet-viewer/)
 * [Active Topics](https://wordpress.org/support/plugin/inline-google-spreadsheet-viewer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/inline-google-spreadsheet-viewer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/inline-google-spreadsheet-viewer/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [p1erstef](https://wordpress.org/support/users/p1erstef/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/data-only-no-html/#post-6104001)
 * Status: resolved