Sort Score
Result 10 results
Languages All
Labels All
Results 891 - 900 of 30,425 for

worksheet

(0.11 sec)
  1. How to Print Excel as Fitted Pages Wide and Tal...

    Learn to set fit_to_pages_wide and fit_to_pages_tall properties for Excel printing using Aspose.Cells for Python via .NET API....the workbook and select a worksheet. Navigate to Page Layout →...sample file . Access the worksheet’s page_setup object. Set the...

    docs.aspose.com/cells/python-net/how-to-print-e...
  2. 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 an 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...
  3. Find or Search Data|Documentation

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

    docs.aspose.com/cells/net/find-or-search-data/
  4. Adding 2-Color Scale and 3-Color Scale Conditio...

    How to use the Aspose.Cells library in JavaScript via C++ to add conditional formatting for two‑color scales and three‑color scales. By adjusting these criteria, you have more control over how cells look....first worksheet const worksheet = workbook . worksheets . get...// Add some data in cells worksheet . cells . get ( "A1" ). value...

    docs.aspose.com/cells/javascript-cpp/adding-2-c...
  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....== 0 ) { // The specified worksheet does not exist. return ; }...Id ); Worksheet worksheet = worksheetPart . Worksheet ; // Get...

    docs.aspose.com/cells/zh/net/calculate-the-sum-...
  6. Calculate Formulas with C++|Documentation

    This article introduces how to use the Aspose.Cells library to calculate formulas in Microsoft Excel 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 formula and get the result. Finally, we save the modified Excel file to disk....CalculateFormula method of the Worksheet class, which processes all...Workbook workbook ; // Add a new worksheet to the workbook int sheetIndex...

    docs.aspose.com/cells/cpp/calculate-formulas/
  7. Cut and Paste Range with JavaScript via C++|Doc...

    Learn how to cut and paste cells within a Worksheet using Aspose.Cells for JavaScript via C++....and paste cells within a worksheet by using the InsertCutCells...and paste cells within a worksheet. Sample Code <!DOCTYPE html>...

    docs.aspose.com/cells/javascript-cpp/cut-and-pa...
  8. Working with GridJs Highlight feature|Documenta...

    This article describes how to use highlight on cell text, cell ranges, shapes and pictures in GridJs....style is set in the active worksheet xs . sheet . showHighlights...highlight style set in the active worksheet xs . sheet . updateHighlightStyle...

    docs.aspose.com/cells/java/aspose-cells-gridjs/...
  9. 用C++显示和隐藏行、列和滚动条|Documentation

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

    docs.aspose.com/cells/zh/cpp/show-and-hide-rows...
  10. Display or Hide Gridlines in PHP|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....Hiding Gridlines To hide a worksheet using Aspose.Cells Java for...the first worksheet in the Excel file $worksheets = $workbook...

    docs.aspose.com/cells/java/display-or-hide-grid...