react-csv:React组件以基于Arrayliteral数据对象快速构建CSV文件

时间:2024-05-20 20:12:18
【文件属性】:

文件名称:react-csv:React组件以基于Arrayliteral数据对象快速构建CSV文件

文件大小:3.28MB

文件格式:ZIP

更新时间:2024-05-20 20:12:18

etl reactjs excel reporting csv-document

概述 : 根据给定的数据生成CSV文件。 此数据可以是数组数组,文字对象数组或字符串。 例子 : import { CSVLink , CSVDownload } from "react-csv" ; const csvData = [ [ "firstname" , "lastname" , "email" ] , [ "Ahmed" , "Tomi" , "ah@smthing.co.com" ] , [ "Raed" , "Labes" , "rl@smthing.co.com" ] , [ "Yezzi" , "Min l3b" , "ymin@cocococo.com" ] ] ; < CSVLink xss=removed> Download me < / CSVLink > ; // or < CSVDownload data = { c


网友评论