Using OpenXML to insert a datatable into excel
I have a datatable that – depending on the user selection – will generate a dynamic datatable with any number of rows and columns. I’m currently using OpenXml to manipulate said spreadsheet. How would I go about inserting a datatable?