react-spreadsheet-import icon indicating copy to clipboard operation
react-spreadsheet-import copied to clipboard

Import flow for Excel (.xlsx) and CSV file with automated column matching and validation.

Results 47 react-spreadsheet-import issues
Sort by recently updated
recently updated
newest added

- Added RTL support via chakra and data-grid rtl props - custom changes made to react-chakra-select menu, ModalCloseButton, ValidationStep columns - updated package.json clean script

Hey guys:) First, this package is amazing. Really, beautiful execution solving the problem. I tried uploading a csv containing text in Hebrew and the it parsed to gibberish. From some...

Hey guys, the built it support for translating the UI is perfect! How can I also change the UI direction to RTL? (Right-to-Left, for langueges such as Hebrew and Arabic)

When I run a `npm run build` it shows that I need to add the following to my package.json in order to build. * @chakra-ui/react * @chakra-ui/system * framer-motion These...

Hello, Are there any plans to support a "go back" feature ? If so, would that be compatible with a router somehow with the browser back button ? Would you...

- Upgraded dependencies to latest versions. - Added webpack5 to storybook. - Removed `@emotion/jest` as it was not used and conflicted with other dependencies. - Solves #113 Not fully tested...

Hi there! Is there any plan / are you working on supporting React 18? Thanks!

When I have a field that is a select with options. the values from the xlsx are not automaticly matched with the field options. not on label, and not on...

The dialogue goes behind the browser's bottom bar on both chrome and safari and you can't proceed. ![IMG_8442](https://user-images.githubusercontent.com/116285384/196966371-2905589d-2cf7-402e-9020-97f29384a0a0.PNG) ![IMG_8443](https://user-images.githubusercontent.com/116285384/196966448-47ba03df-4ed4-4ea0-9823-a4bf331bcd79.PNG)

Hello ! ## Description On your example page you provide a template file BEFORE starting RSI flow. In my use case, I have multiple RSI Modals for different data structures...

feature