Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 15,537 for

worksheet

(0.07 sec)
  1. 在Jython中向新的Excel文件添加工作表|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....Adding a new worksheet to the Workbook object worksheets = workbook...sheetIndex = worksheets . add () worksheet = worksheets . get ( sheetIndex...

    docs.aspose.com/cells/zh/java/adding-worksheets...
  2. 设置工作表缩放比例|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 (); //Adding a new worksheet to the Workbook object WorksheetCollection...WorksheetCollection worksheets = workbook . Worksheets ; Worksheet worksheet...

    docs.aspose.com/cells/zh/net/set-worksheet-zoom...
  3. 在 Node.js 和 C++ 中隐藏与显示行列|Documentation

    学习如何在工作表中隐藏和显示行列,使用 Aspose.Cells for Node.js via C++。...工作表由 Worksheet 类表示。 Worksheet 类提供一个 Cells 集合,表示工作表中的所有单元格。...the first worksheet in the Excel file const worksheet = workbook...

    docs.aspose.com/cells/zh/nodejs-cpp/hiding-and-...
  4. Find Value in Cells using Aspose.Cells|Document...

    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....first worksheet in the Excel file Worksheet worksheet = workbook...specified formula Cells cells = worksheet . getCells (); //Instantiate...

    docs.aspose.com/cells/java/find-value-in-cells-...
  5. Public API Changes in Aspose.Cells 8.7.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....been used to protect the Worksheet . The Protection.verifyPassword...used to protect the given worksheet, and false if specified password...

    docs.aspose.com/cells/java/public-api-changes-i...
  6. How to Copy Excel Sheet to another Workbook in C#

    This simple tutorial will explain details about how to copy Excel sheet to another Workbook in C#. By using C# Excel sheet copy operation can be performed quickly with the help of a few API calls only....Cells in your copy worksheet application using the NuGet...output Excel files Copy the worksheet and paste it into another...

    kb.aspose.com/cells/net/how-to-copy-excel-sheet...
  7. Creating a Named 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....name for several ranges in a worksheet. Descriptive range names help...a named range: Set up the worksheet: Instantiate an Application...

    docs.aspose.com/cells/net/creating-a-named-range/
  8. Grouping and Ungrouping Rows and Columns|Docume...

    This article shows how to Group and Ungroup Rows and Columns by the Aspose.Cells for Python via .NET API....headings for sections in a worksheet, or you can use the symbols...access to each worksheet in the Excel file. A worksheet is represented...

    docs.aspose.com/cells/python-net/grouping-and-u...
  9. 使用C++在工作表中显示公式而非值|Documentation

    本文提供了使用C++ API以编程方式在Excel工作表或电子表格中显示公式而非值的示例代码。...Cells提供了一个 Worksheet.GetShowFormulas() 属性。将其设置为...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/show-formulas-inst...
  10. 在工作表中添加图像|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....//Get the first worksheet Worksheet worksheet = workbook . getWorksheets...a string value to a cell worksheet . getCells (). get ( "C2"...

    docs.aspose.com/cells/zh/java/add-images-in-wor...