Sort Score
Result 10 results
Languages All
Labels All
Results 2,161 - 2,170 of 30,196 for

worksheet

(0.1 sec)
  1. 设置打印区域|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 Workbook file WorksheetCollection...WorksheetCollection worksheets = workbook . getWorksheets (); Worksheet sheet...

    docs.aspose.com/cells/zh/java/set-print-area/
  2. Get Cells Range|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....manipulate some data on a worksheet, you need to know the data...data to cells in the first worksheet. Get a Cells Range . AI Document...

    docs.aspose.com/cells/java/get-cells-range/
  3. Public API Changes in Aspose.Cells 8.6.0|Docume...

    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....default worksheet Worksheet sheet = workbook . Worksheets [ 0 ];...]; //Add a module to the worksheet int moduleIdx = workbook ....

    docs.aspose.com/cells/net/public-api-changes-in...
  4. How to Lock Cells to Protect Them|Documentation

    This article shows you code explaining how to lock cells to protect them using Aspose.Cells for Node.js via C++....while keeping the rest of the worksheet protected. Protecting Formulas:...functionality of the entire worksheet. Enforcing Business Rules:...

    docs.aspose.com/cells/nodejs-cpp/how-to-lock-ce...
  5. Line Breaks and Text Wrapping|Documentation

    How to implement text wrapping and word wrap using the Aspose.Cells library in JavaScript via C++. By using the Aspose.Cells library, you can easily insert text in cells and set the text‑wrapping method, such as manual word wrap, word wrap, etc. This document details how to implement these features and provides sample code for your reference....first worksheet in the workbook const ws = wb . worksheets . get...get ( 0 ); // Get worksheet cells collection const cell = ws ...

    docs.aspose.com/cells/javascript-cpp/line-break...
  6. 生成条件格式数据条形图像|Documentation

    Aspose.Cells 是一个用于操作电子表格文件的 JavaScript 库。它支持生成有条件格式的数据条和图片,让用户可以根据单元格的值自定义电子表格的显示。本文将介绍如何使用 Aspose.Cells 库生成有条件格式的数据条和图片。...{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...first worksheet const worksheet = workbook . worksheets . get...

    docs.aspose.com/cells/zh/javascript-cpp/generat...
  7. 用Node.js通过C++确定Shape是否为智能艺术形状|Documentation

    学习如何使用Aspose.Cells for Node.js via C++确定Excel中的形状是否为智能艺术形状。...); // Access first worksheet const worksheet = workbook . getWorksheets...first shape const shape = worksheet . getShapes (). get ( 0 );...

    docs.aspose.com/cells/zh/nodejs-cpp/determine-i...
  8. Public API Changes in Aspose.Cells 8.6.0|Docume...

    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....instance of first default worksheet Worksheet sheet = workbook . getWorksheets...a new module to the first worksheet int moduleIdx = workbook ...

    docs.aspose.com/cells/java/public-api-changes-i...
  9. Working with the ThreeDFormat of Shape or Chart...

    Learn how to manipulate the 3-D Format of shapes or charts using Aspose.Cells with C++....first shape in the first worksheet. It then sets the sub‑properties...inputFilePath ); // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/working-with-the-thre...
  10. Create a TextBox in which each line has a diffe...

    Learn how to create a TextBox with different horizontal alignment for each line using Aspose.Cells with C++....// Access the first worksheet Worksheet ws = wb . GetWorksheets...text in a textbox inside the Worksheet with C++ Analyzing your prompt...

    docs.aspose.com/cells/cpp/create-textbox-in-whi...