UNPKG

subhasmitalmg-react-spreadsheet-import

Version:

React spreadsheet import for xlsx and csv files with column matching and validation steps

4 lines (3 loc) 107 B
export declare const mapData: (data: string[][], valueMap: string[]) => { [k: string]: string; }[];