Sort Score
Result 10 results
Languages All
Labels All
Results 2,811 - 2,820 of 97,452 for

aspose cells

(0.1 sec)
  1. Convert Workbook to JSON with C++|Documentation

    Learn how to convert Excel workbooks to JSON format using Aspose.Cells for C++....with C++ Contents [ Hide ] Aspose.Cells supports converting a workbook...Excel Workbook to JSON The Aspose.Cells API provides support for...

    docs.aspose.com/cells/cpp/convert-workbook-to-j...
  2. Check if VBA Code is Signed with C++|Documentation

    Learn how to check if VBA code in Excel files is signed using Aspose.Cells with C++....with C++ Contents [ Hide ] Aspose.Cells allows the user to check...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/check-if-vba-code-is-...
  3. Specify the Far East and Latin Name of the Font...

    Learn how to specify the Far East and Latin font names in text options of a shape using Aspose.Cells for C++.... Aspose.Cells provides TextOptions.GetFarEastName()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/cpp/specify-the-far-east-...
  4. 刷新和计算含有计算项数据透视表,使用 C++|Documentation

    使用 Aspose.Cells 和 C++ 刷新并计算包含计算项的数据透视表。...刷新和计算含有计算项数据透视表,使用 C++ Contents [ Hide ] Aspose.Cells现在支持刷新和计算包含计算项的数据透视表。请像往常一样使用...,首先将单元格 D2 的值修改为 20,然后使用 Aspose.Cells API 刷新并计算数据透视表,并将工作簿保存为...

    docs.aspose.com/cells/zh/cpp/refresh-and-calcul...
  5. Customize Globalization Settings for Pivot Tabl...

    Learn how to customize pivot table globalization settings using Aspose.Cells for C++.... Aspose.Cells for C++ allows you to customize...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; class...

    docs.aspose.com/cells/cpp/customize-globalizati...
  6. Set Text of Chart Legend Entry Fill to None wit...

    Learn how to use Aspose.Cells for C++ to set the text of a chart legend entry fill to none. Our guide will demonstrate how to modify the fill color of legend entries in Microsoft Excel charts for better visualization and customization....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...namespace Aspose :: Cells :: Charts ; int main () { Aspose :: Cells...

    docs.aspose.com/cells/cpp/set-text-of-chart-leg...
  7. Support for XAdES Signature with C++|Documentation

    This article describes Support for XAdES Signature using C++ codes with Aspose.Cells for C++....Contents [ Hide ] Introduction Aspose.Cells provides support for signing...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/cpp/support-for-xades-sig...
  8. Change Data Source of the Chart to Destination ...

    Learn how to change the data source of a chart to a destination worksheet while copying rows or a range in Aspose.Cells for C++. Our guide will show you how to update the chart's data range and link it to the destination worksheet, ensuring that the copied rows or range are accurately reflected in the chart....it to true while calling the Cells.CopyRows() method. Now if your...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/change-data-source-of...
  9. Specifying Significant Digits to be Stored in E...

    Learn how to specify significant digits to be stored in Excel files using Aspose.Cells with C++....Usage Scenarios By default, Aspose.Cells stores 17 significant digits...the default behavior of Aspose.Cells from 17 significant digits...

    docs.aspose.com/cells/cpp/specifying-significan...
  10. Find if Data Points are in the Second Pie or Ba...

    Learn how to use Aspose.Cells for C++ to find if data points are in the second pie or bar on a pie of pie or bar of pie chart. Our guide will demonstrate how to identify and access the secondary pie or bar on a composite chart, allowing you to analyze and manipulate the data effectively....of Bar of Pie chart using Aspose.Cells. Please use the ChartPoint...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/cpp/find-if-data-points-a...