How to populate excel row using a string comma delimited

Hi, I have to populate an empty sheet of a xlsx file using an array of comma delimited strings. Each element of this array is a single row with several fields.
How can I do that in C#?

Hi,

Thanks for your query.

I think you may try to render to CSV file via Aspose.Cells APIs, you may input your data into different cells of the row and finally save to CSV file format. See the documents which may help you for your reference:

If you still could not evaluate, kindly do create your expected file in MS Excel manually and provide us here, we will check and guide you on how to do it via Aspose.Cells APIs.