Sort Score
Result 10 results
Languages All
Labels All
Results 2,851 - 2,860 of 241,984 for

aspose cells

(0.2 sec)
  1. Shapes in Charts with C++|Documentation

    Learn how to use Aspose.Cells for C++ to add controls and customize charts in Microsoft Excel. Our guide will demonstrate how to manipulate chart elements, adjust formatting, and enhance the overall appearance and usability of your charts.... Aspose.Cells can add controls to a chart...a spreadsheet’s content. Aspose.Cells allows you to add and manipulate...

    docs.aspose.com/cells/cpp/controls-in-charts/
  2. 使用C++移除工作簿中的未使用样式|Documentation

    使用Aspose.Cells和C++在Excel工作簿中移除未使用的样式。...Aspose.Cells提供了 Workbook.RemoveUnusedStyles()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/remove-unused-styl...
  3. Rich Text Custom Data Label of Chart Point with...

    Learn how to add rich text custom data labels to chart points in Aspose.Cells for C++. Our guide will show you how to format the labels with different fonts, colors, and alignment options to enhance the appearance and readability of your charts....Contents [ Hide ] You can use Aspose.Cells to create a rich‑text custom...label for a chart point. Aspose.Cells provides the DataLabels...

    docs.aspose.com/cells/cpp/rich-text-custom-data...
  4. Find out if VBA Project is Protected with C++|D...

    Check if the VBA project of an Excel file is protected using Aspose.Cells with C++....file is protected using Aspose.Cells via the VbaProject.IsProtected...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/find-out-if-vba-proje...
  5. 在将Excel渲染为PDF时绘制切片器,使用C++|Documentation

    使用Aspose.Cells和C++导出带切片器设置的Excel为PDF。...如果你拥有一个应用切片器的Excel文件,并希望导出带切片器设置的PDF,Aspose.Cells现已支持此功能。只需将含切片器的Excel文件导...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/draw-slicer-while-...
  6. Render Sequence of Pages using PageIndex and Pa...

    Render a sequence of pages from an Excel file to images using Aspense.Cells with C++....file to images by using Aspose.Cells with ImageOrPrintOptions...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/cpp/render-sequence-of-pa...
  7. Convert the Smart Art to Group Shape with C++|D...

    Learn how to convert Smart Art Shape into Group Shape using Aspose.Cells for C++ and access individual parts of the group shape....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...namespace Aspose :: Cells :: Drawing ; int main () { Aspose :: Cells...

    docs.aspose.com/cells/cpp/convert-the-smart-art...
  8. Display Bullets by setting Cell Value using HTM...

    Add bullets to Excel Cells using HTML and the easy to use Aspose.Cells for C++ API....AI Display Bullets by setting Cell Value using HTML with C++ Contents...Contents [ Hide ] Aspose.Cells supports showing bullets with HTML...

    docs.aspose.com/cells/cpp/display-bullets-by-se...
  9. Insert Hyperlinks into Excel or OpenOffice with...

    How to insert hyperlinks into Excel file with Aspose.Cells library without MS Excel using C++.... Using Aspose.Cells, developers can create different...hyperlinks are supported by Aspose.Cells and how they can be used...

    docs.aspose.com/cells/cpp/insert-hyperlinks-to-...
  10. Calculate Formulas with C++|Documentation

    This article introduces how to use the Aspose.Cells library to calculate formulas in Microsoft Excel with C++. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to calculate the formula and get the result. Finally, we save the modified Excel file to disk....Formulas & Calculating Results Aspose.Cells has an embedded formula...formulas added at runtime. Aspose.Cells supports most of the formulas...

    docs.aspose.com/cells/cpp/calculate-formulas/