FastExcel.Write<T> Method

Write a list of objects to a sheet

Name Description
Write<T>(IEnumerable<T>, int, bool) Write a list of objects to a sheet
Write<T>(IEnumerable<T>, int, int) Write a list of objects to a sheet
Write<T>(IEnumerable<T>, string, bool) Write a list of objects to a sheet
Write<T>(IEnumerable<T>, string, int) Write a list of objects to a sheet

In this article

Definition