Sort Score
Result 10 results
Languages All
Labels All
Results 1,151 - 1,160 of 20,103 for

worksheet

(0.06 sec)
  1. 如何用 C++ 改变批注的字体颜色|Documentation

    学习如何使用 Aspose.Cells 和 C++ 自定义批注的字体颜色。...// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...Add some text in cell A1 worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/zh/cpp/how-to-change-the-...
  2. 用 C++ 测量单元格值的宽度和高度(以像素为单位)|Documentation

    学习如何通过Aspose.Cells for C++ API测量单元格值的宽度和高度(像素单位)。...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...value inside it Cell cell = worksheet . GetCells (). Get ( u "B2"...

    docs.aspose.com/cells/zh/cpp/calculate-the-widt...
  3. Merging and Unmerging Cells with Node.js via C+...

    Aspose.Cells is a Node.js library for working with spreadsheet files, which supports merging and unmerging cells. This article will introduce how to merge and unmerge cells using the Aspose.Cells library, with options for customizing the merged cell style....can also merge cells in a worksheet. You may unmerge, or split...settings. Merging Cells in a Worksheet Merging Cells in Microsoft...

    docs.aspose.com/cells/nodejs-cpp/merging-and-un...
  4. Manage data of Excel files|Documentation

    This article describes how to view and edit data of Excel files with Aspose.Cells for Python via .NET library....] In Accessing Cells of a Worksheet , we discussed basic approaches...for accessing cells in a worksheet. This article uses one of...

    docs.aspose.com/cells/python-net/view-and-edit-...
  5. Managing TextBox with Node.js via C++|Documenta...

    Learn how to manage TextBox in Excel using Aspose.Cells for Node.js via C++....TextBox objects within an Excel worksheet. This can be useful for adding...// Access the first worksheet let worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/managing-textb...
  6. Get Equation Text of Chart Trendline with Node....

    Learn how to use Aspose.Cells for Node.js via C++ to retrieve the equation text of a trendline in a chart created in Microsoft Excel. Our guide will demonstrate how to access and extract the equation of a trendline for further analysis or display....Access the first worksheet const worksheet = workbook . getWorksheets...chart inside the worksheet const chart = worksheet . getCharts ()...

    docs.aspose.com/cells/nodejs-cpp/get-equation-t...
  7. 通过 C++ 使用 Node.js 删除范围|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 删除 Excel 中的范围并向左或向上移动单元格。...Get all the worksheets in the book. const worksheets = newWorkbook...// Get the first worksheet in the worksheets collection. const...

    docs.aspose.com/cells/zh/nodejs-cpp/delete-rang...
  8. Insert Cell Comments|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....method (encapsulated in the Worksheet object). The new Comment object...workbook = new Workbook (); Worksheet worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/java/insert-cell-comments/
  9. 在Ruby中的分页预览|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....Accessing the first worksheet in the Excel file worksheets = workbook...sheet_index = worksheets . add () worksheet = worksheets . get ( sheet_index...

    docs.aspose.com/cells/zh/java/page-break-previe...
  10. Copy Sheet Within Workbook|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....involved for copying and moving worksheets within or between workbooks...addCopy(), that is used to add a worksheet to the collection and copy...

    docs.aspose.com/cells/java/copy-sheet-within-wo...