code4sabae / csv-table

csv-table HTMLElement ES module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

csv-table

csv-table / tsv-table HTMLElement ES module
csv-table

How to use

<script type="module" src="https://code4sabae.github.io/csv-table/csv-table.mjs"></script>
<csv-table>
id,name
1,なまえ
2,名前
3,"ナ
マエ"
</csv-table>

or

<script type="module" src="https://code4sabae.github.io/csv-table/csv-table.mjs"></script>
<csv-table src="./test.csv"></csv-table>

sample

https://code4sabae.github.io/csv-table/

tsv version (Tab-Separete Vaules)

<script type="module" src="https://code4sabae.github.io/csv-table/tsv-table.mjs"></script>
<tsv-table>
id	name
1	なまえ
2	名前
3	ナマエ
</tsv-table>

About

csv-table HTMLElement ES module

License:MIT License


Languages

Language:HTML 68.2%Language:JavaScript 31.8%