UNPKG

table-xlsx

Version:

Based on SheetJS encapsulation, the function of exporting files and parsing files to generate table data is realized

10 lines (9 loc) 254 B
import { DataIndex } from '../interface'; /** * 通过path获取值 */ export declare const getPathValue: (record: any, path: DataIndex) => string | number; /** * 获取render值 */ export declare const getRenderValue: (renderResult: any) => string;