You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently use the deepcopy function from https://github.com/mohae/deepcopy to duplicate columns, rows, and worksheets, as shown in the following references:
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.
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:
excelize/col.go
Line 536 in 5f446f2
excelize/col.go
Line 554 in 5f446f2
excelize/rows.go
Line 656 in 5f446f2
excelize/rows.go
Line 732 in 5f446f2
excelize/rows.go
Line 762 in 5f446f2
excelize/sheet.go
Line 127 in 5f446f2
excelize/sheet.go
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.
The text was updated successfully, but these errors were encountered: