Infoga bildtexter 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 bildtexter i Excel-fil med C++
För att infoga bildtexter 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 bildtexter i 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 ekvationsformer 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 “Thought Bubble: Cloud”. För fler typer, se “Översikt över bildtexttyper” nedan.
Infoga bildtexter - C++
Översikt över bildtexttyper
AutoShapeType::
AutoShapeType_RectangularCallout
AutoShapeType::
AutoShapeType_RoundedRectangularCallout
AutoShapeType::
AutoShapeType_OvalCallout
AutoShapeType::
AutoShapeType_CloudCallout
AutoShapeType::
AutoShapeType_LineCalloutWithBorder1
AutoShapeType::
AutoShapeType_LineCalloutWithBorder2
AutoShapeType::
AutoShapeType_LineCalloutWithBorder3
AutoShapeType::
AutoShapeType_LineCalloutWithAccentBar1
AutoShapeType::
AutoShapeType_LineCalloutWithAccentBar2
AutoShapeType::
AutoShapeType_LineCalloutWithAccentBar3
AutoShapeType::
AutoShapeType_LineCalloutNoBorder1
AutoShapeType::
AutoShapeType_LineCalloutNoBorder2
AutoShapeType::
AutoShapeType_LineCalloutNoBorder3
AutoShapeType::
AutoShapeType_LineCalloutWithBorderAndAccentBar1
AutoShapeType::
AutoShapeType_LineCalloutWithBorderAndAccentBar2
AutoShapeType::
AutoShapeType_LineCalloutWithBorderAndAccentBar3