Sort Score
Result 10 results
Languages All
Labels All
Results 1,451 - 1,460 of 21,314 for

worksheet

(0.04 sec)
  1. 用C++改变刻度标签方向|Documentation

    了解如何在Aspose.Cells for C++中更改刻度标签的方向。我们的指南将帮助您理解如何调整轴上的刻度标签的方向,包括水平、垂直和倾斜方向。...Obtain the first worksheet Worksheet worksheet = workbook . GetWorksheets...from the source worksheet Chart chart = worksheet . GetCharts ()...

    docs.aspose.com/cells/zh/cpp/change-tick-label-...
  2. 获取图表趋势线的方程文本(C++版)|Documentation

    学习如何使用 Aspose.Cells for C++ 获取 Microsoft Excel 中创建的图表趋势线的方程文本。我们的指南将演示如何访问和提取趋势线的方程以进行后续分析或显示。...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...chart inside the worksheet Chart chart = worksheet . GetCharts ()...

    docs.aspose.com/cells/zh/cpp/get-equation-text-...
  3. Consolidation Function with C++|Documentation

    Learn how to apply ConsolidationFunction to data fields of a pivot table using Aspose.Cells with C++....the first worksheet of the workbook Worksheet worksheet = workbook...table of the worksheet PivotTable pivotTable = worksheet . GetPivotTables...

    docs.aspose.com/cells/cpp/consolidation-function/
  4. Set the Values Format Code of Chart Series with...

    Learn how to set the values format code of chart series in Aspose.Cells for Node.js via C++. This guide will help you understand how to format your chart series data using the appropriate format code, allowing you to present your data accurately and professionally....based on the range inside the worksheet but also works well for the...); // Access first worksheet const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/set-the-values...
  5. 用C++格式化切片器|Documentation

    使用Aspose.Cells和C++格式化Microsoft Excel中的切片器。...// Access first worksheet. Worksheet worksheet = workbook . GetWorksheets...collection. Slicer slicer = worksheet . GetSlicers (). Get ( 0 );...

    docs.aspose.com/cells/zh/cpp/formatting-slicer/
  6. Find Type of X and Y Values of Points in Chart ...

    Learn how to determine the type of X and Y values in chart series points using Aspose.Cells for Node.js via C++. This guide explains the types of data values and how to access and work with them in your charts....first chart inside the first worksheet. It then calls the Chart.calculate()...)); // Access first worksheet. const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/find-type-of-x...
  7. Calculation of Array Formula of Data Tables wit...

    How to use Aspose.Cells library to calculate array formulas for a data table in Microsoft Excel with C++. By loading an existing Excel file or creating a new Excel file, we can use the method provided by Aspose.Cells to calculate the array formula of the data table and get the result. Finally, we save the modified Excel file to disk....// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...as Yellow will become 120 worksheet . GetCells (). Get ( u "B1"...

    docs.aspose.com/cells/cpp/calculation-of-array-...
  8. 使用C++查找具有特定样式的单元格|Documentation

    学习如何使用Aspose.Cells for C++ API查找或搜索具有特定样式的单元格。...workbook ( filePath ); Worksheet worksheet = workbook . GetWorksheets...Get ( 0 ); Style style = worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/zh/cpp/find-cells-with-sp...
  9. Export Chart to SVG with viewBox attribute usin...

    Learn how to export a chart to SVG format with the viewBox attribute using Aspose.Cells for Node.js via C++....)); // Access first worksheet const worksheet = workbook . getWorksheets...chart inside the worksheet const chart = worksheet . getCharts ()...

    docs.aspose.com/cells/nodejs-cpp/export-chart-t...
  10. 使用 C++ 加载工作簿或工作表时过滤对象|Documentation

    学习如何在使用 Aspose.Cells for C++ 加载工作簿或工作表时过滤图表、形状和条件格式等对象。...inputFilePath , lOptions ); // Save worksheet to a single PDF page PdfSaveOptions...public : void StartSheet ( Worksheet & sheet ) override { U16String...

    docs.aspose.com/cells/zh/cpp/filter-objects-whi...