How to merge two cell in CSV file like as Excel?
I want to merge two cell in CSV file file as:
Header Id Name mobileNo
Sub-Header id first Name last Name countryCode MobNumber
How to merge two cell in CSV file like as Excel?
I want to merge two cell in CSV file file as:
Header Id Name mobileNo
Sub-Header id first Name last Name countryCode MobNumber
This is not possible
You could use a script maybe like python to merge them, refer this link https://dzone.com/articles/merging-cells
You can just keep on adding comma's after a text in one cell to merge it with other cells. It did work for me at least.