I have a list of array List<float[]> and I want to create excel file so i can email the arrays for testing. I need it in excel and not XML – serialization will not do here.
I want to have each array in its own worksheet(tab) – here CSV goes out of the window 🙁
Can someone guide me what is the best approach for achieving it? using Microsoft.Office.Interop.Excel seems like overkill for my needs but if this is the best way i would appreciate a sample on how to do it.
Thanks.
Using Interop is probably the simplest thing to do.
If l is your list: