這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Timely CSV XLS exporter

描述

With this plugin you can export posts,pages and custom post types to csv or excell with the standard fields like post_content, post_title, post_name, but also the corresponding metadata fields. You can export timebased (cron script) e-mails with attachment. The attachment can contain all the data or the data between the selected period. So send your customer a weekly, monthly or even a yearly export is as simple as that.
You can make use of hooks to reformat your data. This is handy when you want to export fields for other plugins like contact form 7.

Want regular updates? Feel free to support me with a small donation 🙂

螢幕截圖

  • This is your view of the settingspage.

安裝

  1. Upload timely-cdv-xls-exporter.zip via the plugins menu
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Use the settingspage to enable the timely based exports

常見問題

Installation Instructions
  1. Upload timely-cdv-xls-exporter.zip via the plugins menu
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Use the settingspage to enable the timely based exports
Is it active right away?

Yes, after activating you can go to the settings page and setup your data.

Can I use this plugin for multisite?

This plugin is not tested on multisite environments yet.

Which filter hooks are available?

add_filter(‘fatxce_mail_html’,’your_function’) -> hook for customizing the html in the mail.
add_filter(‘fatxce_filename’,’your_function’) -> hook for changing the filename of the attachment.
add_filter(‘fa_timely_fields’,’your_function’) -> hook for adding your own custom fields or reformat them.
add_filter(”fatxce_before_format”,’your_function’) -> hook for customize the data before it is formatted for the export.
add_filter(”fatxce_after_format”,’your_function’) -> hook for customizing the data after the data is reformatted for export.

評價

There are no reviews for this plugin.

貢獻者及開發者

“Timely CSV XLS exporter” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Timely CSV XLS exporter 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.1.1

  • Added post type attachment

1.1

  • Fixed some bugs
  • Added PHPExcell library

1.0

  • It all starts here.