Sort Score
Result 10 results
Languages All
Labels All
Results 1,501 - 1,510 of 20,605 for

worksheet

(0.38 sec)
  1. 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-...
  2. Create a Chart in a Microsoft PowerPoint Presen...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Access the chart data worksheet using Microsoft Excel Workbook...Set the chart range in the worksheet and remove series 2 and 3...

    docs.aspose.com/slides/java/create-a-chart-in-a...
  3. 使用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...
  4. 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...
  5. Aspose.Cells 8.5.0中的公共API更改|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....CalculateFormula(CalculationOptions) Worksheet.CalculateFormula(CalculationOptions...//Source worksheet Worksheet srcSheet = workbook . Worksheets [ 0...

    docs.aspose.com/cells/zh/net/public-api-changes...
  6. Calculate Formulas|Documentation

    This article introduces how to use Aspose.Cells library to calculate formulas in Microsoft Excel. 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....methods of the Workbook , Worksheet and Cell classes. The Formula...without adding them into a worksheet. The values of the cells used...

    docs.aspose.com/cells/net/calculate-formulas/
  7. 用C++创建成交量 最高 最低 收盘(VHLC)股票图表|Documentation

    学习如何用Aspose.Cells for C++创建成交量 最高 最低 收盘股票图表。该指南将展示如何绘制股票市场数据,包括成交量、最高、最低和收盘价,以便更好的分析与可视化。...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...Stock Chart int32_t pieIdx = worksheet . GetCharts (). Add ( ChartType...

    docs.aspose.com/cells/zh/cpp/create-volume-high...
  8. How to Generate Excel File in Java

    In this step by step tutorial you will learn how to generate Excel file in Java. These steps are same for Linux, macOS and Windows operating systems....a reference to Workbook , Worksheet , and Cells classes using...reference to the desired worksheet in the workbook Get a reference...

    kb.aspose.com/cells/java/how-to-generate-excel-...
  9. Insert Pivot Table|Documentation

    Create and format Pivot Table with Aspose.Cells for Python via .NET....represents a PivotTable on a worksheet. PivotTableCollection represents...the PivotTable objects on a worksheet. Creating a Simple Pivot Table...

    docs.aspose.com/cells/python-net/create-pivot-t...
  10. Grouping and Ungrouping Rows and Columns in Pyt...

    Learn how to Group and Ungroup Rows and Columns through the Aspose.Cells for Python Via Java API....Accessing the first worksheet in the Excel file worksheet = workbook ...getWorksheets () . get ( 0 ) cells = worksheet . getCells () \ # Grouping...

    docs.aspose.com/cells/java/grouping-and-ungroup...