How to Create New Sheet in Existing Excel through Data Sink Including Headers
Hi All,
I'm having 2 testcases, each of them having data sink test step.
I would like to store both of them results into seperate sheets in same excel file(The sheet names are customized not Sheet1, Sheet2). I can able to do this, without "Template File"(Which gives headers). By Checking "Append to end of file option".
But when we add "Template File" It's not creating 2 sheets, It's creating only latest one and creating one empty sheet same like ""Template File" Please find below snapshot for refernce.
1) When added Template File
When ran TestCase1(TD_NA), it's just simply storing empty sheet with headers, always sheet name as Sheet1.
When ran TestCase 2(TD_PA), It's creating data without headers.
It acting same, if ran from project or testsuite level or Individual testcases as well.
2) When we don't add Template file and Checked "Append to end of file option"
I would say it's working fine, as expected creating 2 sheets with custom names and proper data, but need to add headers
Please let me know, if any one come across same issue, or any one have any idea.
Thanks in adavnce and appreciated.