Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 17,342 for

worksheet

(0.07 sec)
  1. 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-...
  2. 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-...
  3. Use Formulas Functions to Process Data|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....ActiveWorkbook ; //Access worksheet Microsoft . Office . Interop... Excel . Worksheet m_sheet = workbook . Worksheets [ 1 ]; //Access...

    docs.aspose.com/cells/net/use-formulas-function...
  4. Convert XLSX File to PDF Format|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....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/net/convert-xlsx-file-to-...
  5. 数据筛选与C++|Documentation

    学习如何使用Aspose.Cells for C++ API添加数据筛选。...类包含一个 Worksheets 集合,可访问Excel文件中的每个工作表。 工作表由 Worksheet 类表示。 Worksheet...类提供丰富的属性和方法来管理工作表。要创建自动筛选,使用 Worksheet 类的 AutoFilter 属性。 AutoFilter...

    docs.aspose.com/cells/zh/cpp/data-filtering/
  6. 在 C++ 中为图表系列中的数据点添加自定义标签|Documentation

    学习如何使用 Aspose.Cells for C++ 为图表系列中的数据点添加自定义标签。我们的指南将向您展示如何修改标签的外观、位置和格式,以及如何将它们链接到数据源以实现准确的数据展示。...FileFormatType :: Xlsx ); Worksheet sheet = workbook . GetWorksheets...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/adding-custom-labe...
  7. 指定图像分辨率、质量、压缩和其他选项|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 Excel object int sheetIndex...sheetIndex = workbook . Worksheets . Add (); //Obtaining the reference...

    docs.aspose.com/cells/zh/net/specify-image-reso...
  8. 使用公式函数处理数据|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/use-formulas-funct...
  9. 从单元格中删除文本|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....); // Given a document, a worksheet name, a column name, and a...and row on the specified worksheet. public static void DeleteTextFromCell...

    docs.aspose.com/cells/zh/net/delete-text-from-a...
  10. Cut and Paste Range with C++|Documentation

    Learn how to cut and paste cells within a Worksheet using Aspose.Cells for C++....and paste cells within a worksheet by using the InsertCutCells...and paste cells within a worksheet. Sample Code #include <iostream>...

    docs.aspose.com/cells/cpp/cut-and-paste-cells/