UNPKG
ngx-smart-spreadsheet
Version:
latest (0.2.5)
0.2.5
0.2.4
0.2.3
0.2.2
0.1.2
0.1.1
0.1.0
0.0.1
Lightweight spreadsheet module for Angular
github.com/e-hirakawa/ngx-smart-spreadsheet
ngx-smart-spreadsheet
/
lib
/
csv-converter.d.ts
3 lines
(2 loc)
•
86 B
TypeScript
View Raw
1
2
3
declare
const
csvToArray
:
(
strData
:
string
) =>
string
[][];
export
default
csvToArray;