Sort Score
Result 10 results
Languages All
Labels All
Results 1,531 - 1,540 of 20,222 for

worksheet

(0.09 sec)
  1. Set Default Font while rendering spreadsheet to...

    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....text in cell A4 of the first worksheet, and sets its font to invalid...it takes two images of the worksheet. The first image is taken...

    docs.aspose.com/cells/net/set-default-font-whil...
  2. 使用C++检测超链接类型|Documentation

    通过Aspose.Cells for C++ API学习如何检测超链接类型。...xlsx" ); Worksheet worksheet = workbook . GetWorksheets...); if ( ! worksheet ) { std :: cerr << "Worksheet not found!"...

    docs.aspose.com/cells/zh/cpp/detect-hyperlink-t...
  3. Data Formatting|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....a common fact that if the worksheet cells are formatted properly...access to each worksheet in an Excel file. A worksheet is represented...

    docs.aspose.com/cells/java/data-formatting/
  4. 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/
  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++在Node.js中创建瀑布图|Documentation

    使用Node.js和Aspose.Cells for Node.js via C++在Excel中创建瀑布图。...Retrieve the first Worksheet in Workbook const worksheet = workbook ...of the first Worksheet const cells = worksheet . getCells ();...

    docs.aspose.com/cells/zh/nodejs-cpp/creating-wa...
  9. 使用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...
  10. Shift First Row down when inserting Cells Data ...

    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....inserting table into the worksheet. This document explains how...inserting table into the worksheet. We use a simple template...

    docs.aspose.com/cells/java/shift-first-row-down...