Customize cell keys and cell values for export CDT to excel
I have a requirement where I have to export form data to excel. I am using excel template to populate data in specified cells using "cell keys" and "cell values" but data is not coming properly.

Expected Output should look like-

column C,D,E are coming up additionally. Could anyone help me how to correct this. Below is the current configuration:
CDT- pv!cdt,
cell values- { "B2", "B3", "B4", "B5"}
cell values-{pv!cdt.f1,pv!cdt.f2,pv!cdt.f3,pv!cdt.f4}
Document_name_to_create- "Form Fields"
Document_save_directory-cons!Folder
Excel_base_template- cons!excelTemplate
Include_header_row-false
sheet_number-0
Starting_cell-"B1"
