Intro questions

Hello,

I’ve followed the instructions and installed the plugin and can see the spreadsheet showing up. While using it, I can see that the website will save the results so that if I refresh it will show up again. What I don’t understand is:
how can I export the data to an excel file?
How can I have different spreadsheets on different posts?
How can I access the raw data? Phpmyadmin?

Thanks!

Hi,

  1. it must be two export buttons at spreadsheet’s toolbar: for PDF and for Excel.
  2. You should specify different spreadsheet ids for different posts:
[[spreadsheet?&id=sheet1]]
[[spreadsheet?&id=sheet2]]
  1. You may find data in dhx_data table using phpmyadmin, but it’s not purposed for viewing outside spreadsheet. So data from database may be a little unredable.