react-spreadsheet-import
                                
                                
                                
                                    react-spreadsheet-import copied to clipboard
                            
                            
                            
                        Import flow for Excel (.xlsx) and CSV file with automated column matching and validation.
Can't import the named export 'AnimatePresence' from non EcmaScript module (only default export is available) i'm getting this error while importing ReactSpreadsheetImport "react": "^18.2.0"
If you drop a "CSV" file with a bunch of HTML dumped in it, the XLSX library will go looking for a table element. If no such element is present,...
In the MatchColumns step, when matches are found using Levenstein distance, the `field.key` is passed to the `lavenstein` function instead of `field.label`. According to the readme, the label is used...
Fix for the issue https://github.com/UgnisSoftware/react-spreadsheet-import/issues/258
Hello, This is such a great and well made library. Great work! One thing I have noticed is that it is apparently not possible to require that a column is...