import { motion } from "framer-motion"; import draganddrop from "../assets/images/drag-and-drop.gif"; import { CheckArrowIcon } from "../assets/icons/CheckArrowIcon"; export const Features0 = () => { return (
Drag and Drop Demo
Import Your Data

Drag & drop your data into qsv pro

Drag and drop a spreadsheet file anywhere within the Workflow section to import your data and begin exploring your data in a data table.

  • File formats: .csv, .tsv, .tab, .xlsx, .xls, .ods, .xlsm, .xlsb
  • Supports large spreadsheets with millions of rows
  • Begins scanning and analyzing your data on import
  • Generates stats, frequency, and file metadata
); };