Skip to content

LoadFromDataReaderAsync

Mats Alm edited this page Jan 30, 2024 · 3 revisions

Async version of the LoadFromDataReader method.

var filledRange = await sheet.Cells["A1"].LoadFromDataReaderAsync(sqlReader, true, TableStyles.Dark1);

See the LoadFromDataReader method for a detailed description.

EPPlus wiki

Versions

Worksheet & Ranges

Styling

Import/Export data

Formulas and filters

Charts & Drawing objects

Tables & Pivot Tables

VBA & Protection

Clone this wiki locally