Invoegen van highlights in Excel via C++
Voeg objecten in met behulp van de native en hoge prestaties van de server-side Aspose.Cells for C++ API zonder gebruik te maken van software zoals Microsoft of Adobe PDF.
Hoe u toelichtingen in een Excel-bestand kunt invoegen met behulp van C++
Om highlights in een Excel-bestand in te voegen, gebruiken we
API, een functierijk, krachtig en gebruiksvriendelijk platform voor het zoeken naar documenten API for C++. U kunt de nieuwste versie direct downloaden, gewoon openen
pakketbeheerder, zoek naar Aspose.Cells.Cpp en installeren. U kunt ook de volgende opdracht gebruiken vanuit de Package Manager Console.
Commando
PM> Install-Package Aspose.Cells.Cpp
Stappen om highlights in Excel-bestand in te voegen via C++
- Een werkmapobject instantiëren. (of->Laad het bestand XLSX met het volledige pad.)
- Selecteer Werkblad via de index.
- Gebruik de methode toevoegen om vergelijkingsvormen in het geselecteerde werkblad in te voegen
- Bewaar werkmap in XLSX-formaat.
systeem vereisten
Aspose.Cells for C++ ondersteunt op alle belangrijke platforms en besturingssystemen. Zorg ervoor dat u aan de volgende vereisten voldoet.
- Microsoft Windows of een compatibel besturingssysteem met C++ Runtime Environment voor Windows 32 bit, Windows 64 bit en Linux 64 bit.
- Voeg een verwijzing toe naar de Aspose.Cells for C++ DLL in uw project.
De onderstaande voorbeeldcode laat zien hoe u een “Gedachteballon: Cloud” invoegt. Voor meer typen raadpleegt u ‘Overzicht van callouttypen’ hieronder.
Toelichtingen invoegen - C++
Overzicht van highlight-typen
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