Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 21,314 for

worksheet

(0.31 sec)
  1. 在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....add_worksheet 方法向新的Excel文件添加工作表。 Ruby 代码 def add_worksheet ()...Adding a new worksheet to the Workbook object worksheets = workbook...

    docs.aspose.com/cells/zh/java/managing-workshee...
  2. Creating a Named Range in VSTO and Aspose.Cells...

    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....a named range: Set up the worksheet: Instantiate an Application...Missing . Value ); //Get Worksheets Collection Excel . Sheets...

    docs.aspose.com/cells/net/creating-a-named-rang...
  3. Columns Containing Non-Strongly Typed Data|Docu...

    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....values in the columns of a worksheet are not strongly typed (that...types) then we can export the worksheet content by calling the ExportDataTableAsStr...

    docs.aspose.com/cells/net/columns-containing-no...
  4. Add Data in Cells|Documentation

    This article explains how to Add Data in Cells using Aspose.Cells for .NET APIs....access to each worksheet in the Excel file. A worksheet is represented...represented by the Worksheet class. The Worksheet class provides a...

    docs.aspose.com/cells/net/add-data-in-cells/
  5. Calculating IFNA function using Aspose.Cells wi...

    How to calculate IFNA functions using the Aspose.Cells library with C++. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to calculate the IFNA function and get the result. Finally, we save the modified Excel file to disk....// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...); // Add data for VLOOKUP worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/cpp/calculating-ifna-func...
  6. Load Specific Worksheets in a Workbook with C++...

    Learn how to load specific Worksheets in a workbook using Aspose.Cells with C++ to improve performance and reduce memory usage....Load Specific Worksheets in a Workbook with C++ Contents [ Hide...workbook made up of many worksheets. #include <iostream> #include...

    docs.aspose.com/cells/cpp/load-specific-workshe...
  7. Adjusting Row Height and Column Width|Documenta...

    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....access to each worksheet in the Excel file. A worksheet is represented...represented by the Worksheet class. The Worksheet class provides a...

    docs.aspose.com/cells/cpp/adjusting-row-height-...
  8. Find or Search Data|Documentation

    Learn how to find or search cells in a Worksheet that contains specified data through the Aspose.Cells for .NET API....users to find cells in a worksheet that contains specified data...users to find cells in a worksheet that contains specified data...

    docs.aspose.com/cells/net/find-or-search-data/
  9. Format Rows and Columns|Documentation

    Aspose.Cells for .NET can support change row height or column width, as well as apply formatting on rows or columns....access to each worksheet in the Excel file. A worksheet is represented...represented by the Worksheet class. The Worksheet class provides a...

    docs.aspose.com/cells/net/adjusting-row-height-...
  10. Format Rows and Columns|Documentation

    Aspose.Cells for Python via .NET can support change row height or column width, as well as apply formatting on rows or columns....access to each worksheet in the Excel file. A worksheet is represented...represented by the Worksheet class. The Worksheet class provides a...

    docs.aspose.com/cells/python-net/adjusting-row-...