PNG JPG BMP TIFF XLSX
Aspose.Cells  for C++

Insert Block Arrows into Excel via C++

Insert objects using the native and high performance of the server-side Aspose.Cells for C++ API without using any software such as Microsoft or Adobe PDF.

How to Insert Block Arrows into Excel File Using C++

In order to insert Block Arrows into excel file, we’ll use

Aspose.Cells for C++

API which is a feature-rich, powerful and easy to use document searching API for C++ platform. You can download its latest version directly, just open

NuGet

package manager, search for Aspose.Cells.Cpp and install. You may also use the following command from the Package Manager Console.

Command


PM> Install-Package Aspose.Cells.Cpp

Steps to insert Block Arrows to Excel file via C++

  • Instantiating a Workbook object.(or->Load the XLSX file with full path.)
  • Select Worksheet via its index.
  • Use the add method to insert Overview of Block Arrow Types in the selected worksheet
  • Save workbook in XLSX format.

System Requirements

Aspose.Cells for C++ supports on all major platforms and Operating Systems. Please make sure that you have the following prerequisites.

  • Microsoft Windows or a compatible OS with C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit.
  • Add reference to the Aspose.Cells for C++ DLL in your project.

The sample code below demonstrates how to insert a “right arrow”. For more types, please refer to “Overview of Block Arrow Types” below.

 

Insert Block Arrows - C++

 

Overview of Block Arrow Types

AutoShapeType::
AutoShapeType_RightArrow

AutoShapeType::
AutoShapeType_LeftArrow

AutoShapeType::
AutoShapeType_UpArrow

AutoShapeType::
AutoShapeType_DownArrow

AutoShapeType::
AutoShapeType_LeftRightArrow

AutoShapeType::
AutoShapeType_UpDownArrow

AutoShapeType::
AutoShapeType_QuadArrow

AutoShapeType::
AutoShapeType_LeftRightUpArrow

AutoShapeType::
AutoShapeType_BentArrow

AutoShapeType::
AutoShapeType_UTurnArrow

AutoShapeType::
AutoShapeType_LeftUpArrow

AutoShapeType::
AutoShapeType_BentUpArrow

AutoShapeType::
AutoShapeType_CurvedRightArrow

AutoShapeType::
AutoShapeType_CurvedLeftArrow

AutoShapeType::
AutoShapeType_CurvedUpArrow

AutoShapeType::
AutoShapeType_CurvedDownArrow

AutoShapeType::
AutoShapeType_StripedRightArrow

AutoShapeType::
AutoShapeType_NotchedRightArrow

AutoShapeType::
AutoShapeType_HomePlate

AutoShapeType::
AutoShapeType_Chevron

AutoShapeType::
AutoShapeType_RightArrowCallout

AutoShapeType::
AutoShapeType_DownArrowCallout

AutoShapeType::
AutoShapeType_LeftArrowCallout

AutoShapeType::
AutoShapeType_UpArrowCallout

AutoShapeType::
AutoShapeType_LeftRightArrowCallout

AutoShapeType::
AutoShapeType_QuadArrowCallout

AutoShapeType::
AutoShapeType_CircularArrow

  • About Aspose.Cells for C++ API

    Aspose.Cells API can be used to create, edit, convert and render Microsoft Excel formats to different formats. Moreover, it can be used for comprehensive charting, scalable reporting and reliable calculations within software applications. Aspose.Cells is a standalone API and it does not require any software like Microsoft or OpenOffice.