Posts by Mauri Lico • 31 points
1 post
-
3
votes1
answer928
viewsQ: How to save an XLSX (Excel) file instead of CSV?
Today I have the code below, which saves a file in CSV format. What I need to change to save in XLSX format (Excel)? public static void buildCSV(string filename = "resultado.xlsx") {…