-
Notifications
You must be signed in to change notification settings - Fork 128
Open
Description
var excel = new ExcelMapper()
{
HeaderRow = false,
MinRowNumber = 3
};
try
{
excel.Save(_fileName, serviceItems);
}
the list of service items is filled with 50 items, without the properties of HeaderRow and MinRowNumber there is a sheet coming with headers and 50 rows
in this case I get empty sheets
I do have a prepared Excel-sheet with column names and conditional formatting, I would like to add my records to it so that is why I use the minRowNumber so it will skip the first 2 rows with my column information.
But it produces now empty sheets....
Metadata
Metadata
Assignees
Labels
No labels