Export data into excel sheet - drupal 6
Need to export the web page contents into an excel 开发者_StackOverflow社区sheet using drupal 6. The web page content is coming from a tpl file. Suggest me a best way to do this.
You haven't provided a lot of detail about what the content is. If you are using the Views module, you may be able to use the Views Excel Export module to export the data to Excel. The Views Bonus Pack module also exports to CSV which can easily be opened in Excel.
精彩评论