How to Create headers for the row then append the row later?

Guys,

I intend to create a compiled xlsx file. I will append three CSV files into this compiled file.
But before appending, I need to make sure the column headers (from the compiled xlsx file) has been created.

Any way to achieve that?

Thanks!

You can using “BuildDataTable” to create headers.
image

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.