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

As described on the doc rowHook first runs through on all row after that it supposed to run only on the row that changed but it runs on all row...

If onSubmit is fired the modal closes automatically making it bad UX, example is that if user completes the flow frontend makes request to backend and backend checks if data...

Hello, An async rowHook function will cause the row to be completely blank (right now all the table is emptied because of another bug (https://github.com/UgnisSoftware/react-spreadsheet-import/issues/137))

First of all great package When I upload sequence of numbers either formatted as number or text in my office ![Screenshot from 2022-09-25 22-47-25](https://user-images.githubusercontent.com/66128532/192149948-1bf1afac-5ffe-4a24-952b-710b055d469b.png) it converts it to e-notation ![Screenshot...

I would be very useful to add the capability to import data from google sheets (i.e. through the google API and not through file exchanges).

@masiulis Could you please provide an example for the above? I am having difficulty understanding how to use the 'skip headers' feature.

Hi, Is it possible to change the alignment for Match Columns from up and down to left and right? Reasons for the request - 1. Scalable for hundreds of column...

We use RSI in an app that uses MUI for the rest of it's styling. This seems to work almost fine, except there are some global chakra styles that leak...

bug
chakra

Hi, Just noticed this issue, when I provide the prop "initialStepState". Seems like https://github.com/UgnisSoftware/react-spreadsheet-import/issues/171 (that was solved) Got the issue on version 4.6.1 sandbox link : https://codesandbox.io/p/sandbox/lucid-panna-43xql6 screenshot 1 ![image](https://github.com/UgnisSoftware/react-spreadsheet-import/assets/151582118/6f5df2c4-af29-4664-a9ac-a464a86875b7)...

When uploading a sheet, we get this in the console (eg. see the demo)

bug