Greetings!
I'd like to use the <SfUploader> component to receive Excel files and use them to create objects based on it's data. There's no need to save the file, I just need to access the data.
looking into the documentation, I believe the best event to do this is the ValueChange. But the Stream property is deprecated.
The UploadStart works, but it needs a saveUrl and I don't want to save the file.
Could you please give some help? What is the best way to get data from Excel files using the
<SfUploader> component?