Sort Score
Result 10 results
Languages All
Labels All
Results 1,851 - 1,860 of 30,465 for

worksheet

(0.16 sec)
  1. 添加图像超链接|Documentation

    学习如何通过Aspose.Cells for JavaScript通过C++ API添加图片超链接。...first worksheet const worksheet = workbook . worksheets . get...value to a cell const cell = worksheet . cells . get ( "C2" ); cell...

    docs.aspose.com/cells/zh/javascript-cpp/add-ima...
  2. 使用C++的JavaScript管理分页符|Documentation

    本文提供示例代码,说明如何通过Aspose.Cells for JavaScript使用C++编程方式添加、清除或删除Excel工作表中的特定分页符。...worksheets 集合,可访问Excel文件中的每个工作表。 工作表由 Worksheet 类表示。 Worksheet...类提供了用于管理工作表的广泛的属性和方法。 要添加分页符,使用 Worksheet 类的 worksheet.horizontalPageBreaks...

    docs.aspose.com/cells/zh/javascript-cpp/managin...
  3. Combine Multiple Workbooks into a Single Workbo...

    Learn how to combine multiple workbooks into a single workbook using Aspose.Cells for Node.js via C++.... The first worksheet of the charts workbook – stacked...stacked Second worksheet of the charts workbook – line First...

    docs.aspose.com/cells/nodejs-cpp/combine-multip...
  4. 更改图表位置和大小|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....xls" ); Worksheet worksheet = workbook . getWorksheets...chart from source worksheet Chart chart = worksheet . getCharts ()...

    docs.aspose.com/cells/zh/java/change-chart-posi...
  5. 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...
  6. 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...in yellow will become 120 worksheet . GetCells (). Get ( u "B1"...

    docs.aspose.com/cells/cpp/calculation-of-array-...
  7. Format and Modify Named Ranges with Node.js via...

    Learn how to format and modify named ranges using Aspose.Cells for Node.js via C++....Workbook (); // Get the first worksheet in the book. const WS = workbook...Workbook (); // Clears the worksheets workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/format-and-mod...
  8. 使用 JavaScript 通过 C++ 复制和移动工作表的示例代码,描述了如何在工作簿内以及...

    This article includes sample code and describes how to copy and move Worksheets programmatically both within an Excel workbook and across Excel workbooks using the JavaScript via C++ API....{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...arrayBuffer )); // Create a Worksheets object with reference to...

    docs.aspose.com/cells/zh/javascript-cpp/copying...
  9. Managing Ranges|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....Workbook class contains a Worksheets collection that allows access...access to each worksheet in an Excel file. A worksheet is represented...

    docs.aspose.com/cells/net/managing-ranges/
  10. Change the Font on just the specific Unicode ch...

    Learn how to change the font of specific Unicode characters while saving to PDF using Aspose.Cells with C++....Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...Access cells Cell cell1 = worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/cpp/change-the-font-on-ju...