导入CSV文件
This commit is contained in:
6
Cunkebao/types/xlsx.d.ts
vendored
Normal file
6
Cunkebao/types/xlsx.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
declare module 'xlsx' {
|
||||
export function read(data: any, opts?: any): any;
|
||||
export namespace utils {
|
||||
export function sheet_to_json(worksheet: any, opts?: any): any[];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user