I am using xlsx-populate module for making excel file, but I need merged some row and column together and set value to this. Anyone help to me for making this excel file?
for example merge merge(A1, C3) and add my value into big row.
I am using xlsx-populate module for making excel file, but I need merged some row and column together and set value to this. Anyone help to me for making this excel file?
for example merge merge(A1, C3) and add my value into big row.
Copyright © 2021 Jogjafile Inc.
Here's an example of creating merged cells using the xlsl-populate module.
We create 2 sets of merged cells, I think this give you a good idea of how to proceed: