Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 19,917 for

worksheet

(0.13 sec)
  1. Create, Manipulate or Remove Scenarios from Wor...

    In this article, you will learn how to create, manipulate or remove Scenarios from Excel Worksheets programmatically using C# Library with .NET API....or Remove Scenarios from Worksheets Contents [ Hide ] Sometimes...creating a scenario, design the worksheet so that it contains at least...

    docs.aspose.com/cells/net/create-manipulate-or-...
  2. 如何用 Python.NET 设置打印区域|Documentation

    学习如何使用 Aspose.Cells for Python 在 Excel 文件中设置和清除打印区域 via .NET。...Access first worksheet worksheet = workbook . worksheets [ 0 ] # Set...Set print area to A1:D10 worksheet . page_setup . print_area...

    docs.aspose.com/cells/zh/python-net/how-to-set-...
  3. 文本换行|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....ActiveWorkbook ; //Access worksheet Microsoft . Office . Interop... Excel . Worksheet m_sheet = workbook . Worksheets [ 1 ]; //Access...

    docs.aspose.com/cells/zh/net/wrapping-cell-text/
  4. 在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...
  5. 设置工作表缩放比例|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...
  6. 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-...
  7. 在 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/insert-rang...
  8. 使用 C++ 检测工作表是否受密码保护|Documentation

    了解如何使用 Aspose.Cells for C++ 检测工作表是否受密码保护。...IsProtectedWithPassw 属性如果 Worksheet 被密码保护,则返回 true ,否则返回 false...Access the protected Worksheet Worksheet sheet = book . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/detect-if-workshee...
  9. Insert Slicer with C++|Documentation

    Manage slicers of Excel files with Aspose.Cells using C++....create a slicer using the Worksheet.Slicers.Add() method. Create...inputFilePath ); // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/create-slicer/
  10. Page Setup and Printing Options|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....and printing options to a worksheet with a few simple lines of...Options First create a simple worksheet in Microsoft Excel. Then apply...

    docs.aspose.com/cells/python-net/page-setup-and...