Upload an Excel or CSV file and download a clean version where trailing spaces are removed and duplicate spaces are converted to one:
- Run in development mode
yarn dev- Create production build
yarn build- Run ESLint linting
yarn lint- Run Prettier formatting
yarn format- Deploy using GitHub pages
yarn run deploy