Simple CSV Table

外掛說明

Simple CSV Table is a WordPress plugin designed to quickly convert CSV files into clean tables within your posts or pages. After activation, you can display CSV data using a simple shortcode referencing your file.

安裝方式

There are 3 ways to install this plugin:

The super easy way

  1. Log in to your WordPress Admin panel.
  2. Go to: Plugins > Add New.
  3. Type ‘Simple CSV table’ into the Search Plugins field and hit Enter. Once found, you can view details such as the point release, rating and description.
  4. Click Install Now. After clicking the link, you’ll be asked if you’re sure you want to install the plugin.
  5. Click Yes, and WordPress completes the installation.
  6. Activate the plugin.
  7. Use csv shortcode with relative href to file.

The easy way

  1. Download the plugin (.zip file) on the right column of this page
  2. In your Admin, go to menu Plugins > Add
  3. Select button Upload Plugin
  4. Upload the .zip file you just downloaded
  5. Activate the plugin
  6. Use csv shortcode with relative href to file.

The old and reliable way (FTP)

  1. Upload Simple CSV table folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Use csv shortcode with relative href to file.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Simple CSV Table〉的開發相關工作。

參與者

將〈Simple CSV Table〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.0.3 (2025-11-28)

1.0.2 (2025-11-26)

  • Added file data sanitization.

1.0.1 (2025-02-23)

  • On the media screen you can copy shortcode now.
  • The attachment ID shortcode param has been added.