WP Manifestindependent plugin directory
manifest / utilities / csv-it-plugin

CSV It Plugin

A WP-pluging to convert table data into CSV and to allow download a result

by Alex Neverov · github.com/alnever/csv-it-plugin · website

1stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/alnever/csv-it-plugin/archive/refs/heads/master.zip

From the readme

Plugin Name: CSV It Plugin Plugin Uri: https://github.com/alnever/html-it-plugin Description: The shortcode allows to download a table as a CSV-file Version: 1.0 Author: Alex Neverov Author URI: http://alneverov.ru Copyright 2018 Alex Neverov This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. The plugin adds a shortcode [csvit separator=""] [/csvit] The separator parameter is optional, it equals coma by default. The table inside of content will be converted into x-Separated-Values format. It is CSV by default.

Read the full README on GitHub →