File Upload 0:26 video
How to import data from CSV files into a SpreadsheetWeb application
One focused task, a quick video, and concise steps you can scan immediately.
A File Upload control can parse a CSV file and place its rows into a workbook-backed grid.
Configure the CSV upload
- Add or select a File Upload control in Layout & Controls.
- Under Validation Options, add CSV File to Accepted File Types.
- Enable Push Data to Named Range.
- Select the grid or table range in Output Named Range.
- Set an appropriate maximum file size and save the control.
Preview the application with a sample CSV whose columns match the target range. After the upload completes, confirm that the grid receives the expected rows and that calculation or validation behavior still runs as intended.
