Posts by Henrique Forlani • 126 points
1 post
-
1
votes1
answer478
viewsA: Export Listview to Excel (.xls) from a list populated by LINQ, WPF project (C#)?
EDIT: Modify your Exporttoexcel class like this: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Excel =…