DEV Community

Discussion on: Export to Excel from a .Net Core WebApp (Razor Pages)

Collapse
 
charliefitz99 profile image
charliefitz99

Hello Sir! I am running into a problem with the workSheet.Cells.LoadFromCollection line. My compiler says there is no definition for Cells in the ExcelWorksheet class. Is there an additional package required to utilize this function?
Thank you