Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 12,978 for

worksheet

(0.09 sec)
  1. 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...
  2. Create, Manipulate, or Remove Scenarios from Wo...

    Learn how to create, modify, and delete scenarios in Excel Worksheets programmatically using Aspose.Cells for Python via .NET API....or Remove Scenarios from Worksheets with Python via .NET Contents...creating a scenario, design the worksheet so it contains at least one...

    docs.aspose.com/cells/python-net/create-manipul...
  3. Convert XLSX File to PDF Format|Documentation

    Learn how to Convert XLSX File to PDF Format with Aspose.Cells for Python via .NET API....contains worksheets with charts and image. Each worksheet contains...column chart on the first worksheet and an image on the last....

    docs.aspose.com/cells/python-net/convert-xlsx-f...
  4. 在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...
  5. 用C++管理图片|Documentation

    使用 Aspose.Cells for C++ API 添加、定位和管理电子表格中的图像。...方法(封装在 PictureCollection 对象中)的 Worksheet 方法。 Add 方法接受以下参数: 左上角行索引 ,左上角行的索引。...Workbook workbook ; // Add worksheet and get reference int sheetIndex...

    docs.aspose.com/cells/zh/cpp/managing-pictures/
  6. 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-...
  7. Delete Blank Rows and Columns in Excel with C#

    Learn how to delete blank rows and columns in Excel using C#. Explore Aspose.Cells for .NET for efficient Excel data management. Click to learn more!...Delete Blank Rows in an Excel Worksheet Using C# Delete Blank Columns...Columns in an Excel Worksheet Using C# Update Reference While Deleting...

    blog.aspose.com/cells/delete-blank-rows-and-col...
  8. Grouping, Ungrouping Rows and Columns|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....headings for sections in a worksheet, or you can use the symbols...Workbook class contains a Worksheets collection that allows access...

    docs.aspose.com/cells/cpp/grouping-ungrouping-r...
  9. Setting Page Options with Node.js via C++|Docum...

    This article provides sample code to set page options of Excel Worksheets programmatically using Node.js via C++. Set Page Orientation, Scaling Factor, FitToPages Options, Paper Size, Print Quality, First Page Number....configure page setup settings for worksheets to control printing. These...access to each worksheet in the Excel file. A worksheet is represented...

    docs.aspose.com/cells/nodejs-cpp/setting-page-o...
  10. Add and Retrieve Data|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....] In Accessing Cells of a Worksheet , we discussed basic approaches...for accessing cells in a worksheet. This article uses one of...

    docs.aspose.com/cells/cpp/add-and-retrieve-data/