Insert Ranges into Excel with Golang via C++

Introduction

In Excel, you can select a range, then insert a range and shift other data to the right or down.

Shift options

Insert Ranges Using Aspose.Cells

Aspose.Cells provides the Cells.InsertRange method to insert a range.

Insert Ranges And Shift Cells Right

Insert a range and shift cells to the right using the following code with Aspose.Cells:

Insert Ranges And Shift Cells Down

Insert a range and shift cells down using the following code with Aspose.Cells: