Example of Auto Fill and Fill Series in ASP.NET Core Excel (XlsIO)
This sample demonstrates how to use the Auto Fill and Fill Series options with XlsIO.
DEMO
SOURCE
The Auto Fill and Fill Series features enable users to programmatically populate a range of Excel cells based on defined patterns, sequences, or trends. These capabilities help reduce manual data entry by automatically generating values using built-in logic.
Features:
Features:
- Allows automatic filling of cells with common sequences, including numbers, months, and custom patterns.
- Offers Fill Series options, including linear, growth, and date-based sequences.
- Supports configuration of step value, stop value, series direction, and trend usage.