Practical guides and recipes for common tasks in ReoGrid. Each guide walks through a specific use case with working code examples.
Best Practices
- Recommended Practices โ Guidelines for building reliable applications with ReoGrid
Data Loading
- Fill Grid with DataTable โ Populate a worksheet from a .NET DataTable
- Large Data with Lazy Load โ Optimize performance for large datasets using lazy loading
Custom Cell Types
- Custom Drop-down Cell โ Build a custom dropdown cell type
- Date Picker Cell โ Create a date picker cell type
File Operations
- Read Images from Excel โ Extract images from an imported Excel file
Language Support
- Using ReoGrid in VB.NET โ VB.NET code examples and setup