Infoga blockpilar i Excel via C++
Infoga objekt med den inbyggda och höga prestanda på serversidan Aspose.Cells for C++ API utan att använda någon programvara som Microsoft eller Adobe PDF.
Hur man infogar blockpilar i Excel-fil med C++
För att infoga blockpilar i excel-filen kommer vi att använda
API som är en funktionsrik, kraftfull och lättanvänd plattform för dokumentsökning API for C++. Du kan ladda ner den senaste versionen direkt, bara öppna
pakethanterare, sök efter Aspose.Cells.Cpp och installera. Du kan också använda följande kommando från Package Manager Console.
Kommando
PM> Install-Package Aspose.Cells.Cpp
Steg för att infoga blockpilar till Excel-fil via C++
- Instantiera ett arbetsboksobjekt.(eller->Läs in XLSX-filen med fullständig sökväg.)
- Välj kalkylblad via dess index.
- Använd lägga till metod för att infoga Översikt över blockpiltyper i det valda kalkylbladet
- Spara arbetsboken i XLSX-format.
Systemkrav
Aspose.Cells for C++ stöder på alla större plattformar och operativsystem. Se till att du har följande förutsättningar.
- Microsoft Windows eller ett kompatibelt operativsystem med C++ Runtime Environment för Windows 32 bitar, Windows 64 bitar och Linux 64 bitar.
- Lägg till referens till Aspose.Cells for C++ DLL i ditt projekt.
Exempelkoden nedan visar hur man infogar en “högerpil”. För fler typer, se “Översikt över blockpiltyper” nedan.
Infoga blockpilar - C++
Översikt över blockpiltyper
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