May 2026
Intermediate
598 pages
10h 39m
English
Web applications frequently need to handle file uploads from a user's local device, and these files can range from simple images to complex, structured documents such as Microsoft Excel files containing thousands of rows. Once uploaded, this data must be parsed and displayed in an interactive grid, allowing users to explore thousands of rows.
In this chapter, you will learn how to upload different types of files by using the InputFile component, how to resize uploaded images, how to use the Virtualize component to render only visible data, how to read Microsoft Excel files by using the Open XML SDK and how to use the QuickGrid component to explore the data in a modern, sortable grid.
The ...
Read now
Unlock full access