Sort Score
Result 10 results
Languages All
Labels All
Results 931 - 940 of 19,917 for

worksheet

(0.3 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....//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...
  2. 用C++显示和隐藏行、列和滚动条|Documentation

    本文演示了如何使用C++语言和Aspose.Cells API以编程方式显示和隐藏Excel工作表的行和列。可以调整滚动条的可见性,并隐藏多行和多列。...类包含一个 Worksheets 集合,允许开发者访问Excel文件中的每个工作表。工作表由 Worksheet 类表示。...类表示。 Worksheet 类提供一个 Cells 集合,表示工作表中的所有单元格。 Cells 集合提供多种管理工作表中行或列的方法,这里简要介绍几种。...

    docs.aspose.com/cells/zh/cpp/show-and-hide-rows...
  3. Managing Cell Controls in Worksheets|Documentation

    This article introduces how to work with cell controls in GridDesktop....Managing Cell Controls in Worksheets Contents [ Hide ] This topic...cell controls from their worksheets. Let’s have a look into it...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  4. Insert Pivot Table|Documentation

    Create and format pivot tables of Excel spreadsheet files....represents a PivotTable on a worksheet. PivotTableCollection represents...the PivotTable objects on a worksheet. Creating a Simple Pivot Table...

    docs.aspose.com/cells/nodejs-cpp/create-pivot-t...
  5. 在 Jython 中去除受密码保护的工作表保护|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" ) worksheets = workbook . getWorksheets () worksheet = worksheets.... get ( 0 ) protection = worksheet . getProtection () # Unprotecting...

    docs.aspose.com/cells/zh/java/unprotecting-pass...
  6. Working with Freeze Panes|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....first worksheet in the Excel file Worksheet worksheet = workbook...workbook . Worksheets [ 0 ]; worksheet . FreezePanes ( 2 , 2 , 2...

    docs.aspose.com/cells/net/working-with-freeze-p...
  7. Using ICustomFunction Feature|Documentation

    This article describes how to create a custom function in Microsoft Excel using the ICustomFunction feature in the Aspose.Cells library. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to define and register custom functions and get the results. Finally, we save the modified Excel file to disk....reference of the first worksheet Worksheet worksheet = workbook . getWorksheets...sample value to "A1" cell worksheet . getCells (). get ( "B1"...

    docs.aspose.com/cells/java/how-to-calculate-cus...
  8. How to check Frozen State without Excel with C+...

    In this article, you will learn how to check the frozen state of an Excel Worksheet programmatically using C++ with the Aspose.Cells API....frozen state of an Excel worksheet programmatically. We can simply...simply find whether the worksheet is frozen or split in MS Excel...

    docs.aspose.com/cells/cpp/how-to-check-frozen-s...
  9. Calculating IFNA function using Aspose.Cells fo...

    How to calculate IFNA functions using the Aspose.Cells library for Node.js via C++. Load an existing Excel file or create a new one, and calculate the IFNA function to get the result. Finally, save the modified Excel file to disk....workbook // Access first worksheet const worksheet = workbook . getWorksheets...); // Add data for VLOOKUP worksheet . getCells (). get ( "A1"...

    docs.aspose.com/cells/nodejs-cpp/calculating-if...
  10. Change Slicer Properties with C++|Documentation

    Change the properties of a Slicer in Excel files using Aspose.Cells with C++....// Access first worksheet. Worksheet worksheet = workbook . GetWorksheets...inside the worksheet. ListObject table = worksheet . GetListObjects...

    docs.aspose.com/cells/cpp/change-slicer-propert...