UNPKG

subhasmitalmg-react-spreadsheet-import

Version:

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

10 lines (7 loc) 194 B
import { ColumnType } from '../MatchColumnsStep.js'; const setIgnoreColumn = ({ header, index }) => ({ header, index, type: ColumnType.ignored, }); export { setIgnoreColumn };