Description
Description
We currently use the deepcopy function from https://github.com/mohae/deepcopy to duplicate columns, rows, and worksheets, as shown in the following references:
Line 536 in 5f446f2
Line 554 in 5f446f2
Line 656 in 5f446f2
Line 732 in 5f446f2
Line 762 in 5f446f2
Line 127 in 5f446f2
Line 753 in 5f446f2
The https://github.com/mohae/deepcopy library has not been updated in 7 years (last commit was September 2017). We should opt for a newer deep copy library.
I suggest we switch to https://github.com/tiendc/go-deepcopy. The benchmarks indicate that it is faster than other popular deep copy libraries.