Public Sub GenerateFromCsvString( _ ByVal csvString As String, _ ByVal worksheetName As String, _ ByVal filePath As String _ )
Dim instance As ExcelReportsGenerator Dim csvString As String Dim worksheetName As String Dim filePath As String instance.GenerateFromCsvString(csvString, worksheetName, filePath)
Parameters
- csvString
 - The string to use for the data
 - worksheetName
 - The name for the tab of the worksheet
 - filePath
 - Where to save the .xlsx file