PluginSift
PluginsThemesCompare
Directory
  • Plugins
  • Themes
  • Compare Plugins
Plugin Comparisons
  • SEO
  • Security
  • Ecommerce
  • Page Builders
  • Caching
  • Backup
  • Forms
  • Analytics
Resources
  • About
  • Contact
  • llms.txt

© 2026 PluginSift. Data sourced from WordPress.org. · [email protected]

  1. Home
  2. Plugins
  3. Csv
  4. Simple CSV Exporter
Simple CSV Exporter icon

Simple CSV Exporter

Simple CSV Exporter.

By Toro_Unit (Hiroshi Urabe)·Csv·Free
5(1 reviews)
·300 active installs·Updated 1 year ago
DownloadVisit HomepageCompare

As of April 2026, Simple CSV Exporter is a WordPress csv plugin with 300 active installations and a 5/5 rating from 1 reviews. It has been downloaded 4.4K+ times in total. Requires WordPress 5.8+ and PHP 8.0+. Available on WordPress.org since 2020. Last updated 1 year ago — may have compatibility concerns. Top alternative: TablePress – Tables in WordPress made….

5/51 reviews
300active installs
4.4K+total downloads
6 yearssince 2020

Overview

Simple CSV Exporter. Exported CSV can be imported with Really Simple CSV Importer.

When you select a post type, the posts will be exported.

Github Repo: https://github.com/hamworks/simple-csv-exporter

Customize the data to be exported

Customize for column.

use HAMWORKS\WP\Simple_CSV_Exporter\Data_Builder;
add_action( 'simple_csv_exporter_created_data_builder', 
    function ( Data_Builder $data ) {
        // Remove column.
        $data->append_drop_column( 'page_template' );
        // Add custom field column.
        $data->append_meta_key( 'my_meta_key' );
    }
);

Customize posts for export.

add_action( 'simple_csv_exporter_data_builder_for_wp_posts_pre_get_posts', 
    function ( WP_Query $query ) {
        $query->set( 'order', 'ASC' );
    }
);

Data filter for metadata.

a…
Read full description on WordPress.org

Ratings & Reviews

51 reviews
5 ★
1
4 ★
0
3 ★
0
2 ★
0
1 ★
0

Compatibility

WordPress5.8+ requiredTested up to 6.7.5
PHP8.0+ required

Top Alternatives to Simple CSV Exporter

TablePress – Tables in WordPress made easy icon
TablePress – Tables in WordPress made…
5700K+ installsUpdated 1 month ago
ViewCompare
WP All Import – Drag & Drop Import for CSV, XML, Excel & Google Sheets icon
WP All Import – Drag & Drop Import for…
4.7100K+ installsUpdated 1 month ago
ViewCompare
Import and export users and customers icon
Import and export users and customers
4.780K+ installsUpdated 6 days ago
ViewCompare
wpDataTables – WordPress Data Table, Dynamic Tables & Table Charts Plugin icon
wpDataTables – WordPress Data Table…
4.570K+ installsUpdated 5 days ago
ViewCompare
WP Import Export Lite icon
WP Import Export Lite
450K+ installsUpdated 8 months ago
ViewCompare
View all csv plugins →

Frequently Asked Questions

Changelog

3.0.0

  • Add support UTF-8 with BOM.
  • Refactor code.
View full changelog on WordPress.org

Contributors

hamworkshamworksToro_Unit (Hiroshi Urabe)Toro_Unit (Hiroshi Urabe)
Plugin Info
Version
3.0.2
Last Updated
Nov 29, 2024
WP Requires
5.8+
Tested Up To
6.7.5
PHP Requires
8.0+
Active Installs
300
Downloads
4.4K+
Added
Dec 11, 2020
Business
Free

Tags

csvexport

Developer

T
Toro_Unit (Hiroshi Urabe)
23 plugins0.2M+ total installs
View all plugins →

Quick Compare

Simple CSV Exporter vs TablePress – Tables in WordPress made…→Simple CSV Exporter vs WP All Import – Drag & Drop Import for…→Simple CSV Exporter vs Import and export users and customers→

Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.