An open API service indexing awesome lists of open source software.

https://github.com/appleple/cfg-csv


https://github.com/appleple/cfg-csv

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# cfg-csv

[![GitHub license](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://raw.githubusercontent.com/appleple/document-outliner/master/LICENSE)

A utility that allows you to enter csv file data into a web form.

## Usage
Include the csvDownloa.js/csvImport.js/csvImport.css file in your site.
```html

```
```html

```
```html

```

### Basic Standalone Usage
Below is a sample of the text form only.
Here are some notes. When creating the form you want to apply, create one form for display and one form for addition. Please describe 「class =" sortable-item item-template "style =" display: none; 」in the td tag of the form to be added. Also, prepare an add button and write 「class =" item-insert "」 in the input tag of that button.

Example (Text form only)
```html




xxx
yyy
zzz









































```

### Others
This feature also adapts to radio buttons, select boxes and text areas.

Example (For radio buttons, select boxes and text areas)
```html




Name
Birthplace
fee
Option
削除


















交通費
























交通費

















```