Compass helpers for browser platforms
Preparing search index...
downloadCsvFile
Function downloadCsvFile
downloadCsvFile
(
data
:
(
string
|
number
)
[]
[]
,
filename
:
string
,
separator
?:
string
,
)
:
Promise
<
DownloadResult
>
Parameters
data
: (
string
|
number
)
[]
[]
二维数组数据
filename
:
string
文件名
separator
:
string
= ','
分隔符
Returns
Promise
<
DownloadResult
>
Description
下载 CSV 文件
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Compass helpers for browser platforms
Loading...
二维数组数据