UNPKG

subhasmitalmg-react-spreadsheet-import

Version:

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

8 lines (7 loc) 281 B
import * as XLSX from "xlsx-ugnis"; type DropZoneProps = { onContinue: (data: XLSX.WorkBook, file: File) => void; isLoading: boolean; }; export declare const DropZone: ({ onContinue, isLoading }: DropZoneProps) => import("react/jsx-runtime").JSX.Element; export {};