Sort Score
Result 10 results
Languages All
Labels All
Results 2,121 - 2,130 of 27,089 for

excel worksheet

(0.12 sec)
  1. 应用小计并更改大纲摘要行的方向,而不是详细信息下面的行|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++应用小计并更改详细内容下的轮廓摘要行的方向。... 你可以使用 Worksheet.cells.subtotal() 方法对数据应用小计。它接受以下参数。...- 指示是否在数据下方添加摘要。 此外,您可以使用 Worksheet.Outline.SummaryRowBelow 属性,在下图所示的...

    docs.aspose.com/cells/zh/javascript-cpp/applyin...
  2. 使用 JavaScript 通过 C++ 统计工作表中的单元格数量|Documentation

    学习如何通过 Aspose.Cells for JavaScript 通过 C++ 编程方式统计 Excel 工作表中的单元格数量。...{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...style="color: red;">Please select an Excel file.</p>' ; return ; } const...

    docs.aspose.com/cells/zh/javascript-cpp/count-n...
  3. Cells Formats|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....Borders to Cells Microsoft Excel allows users to format cells...Borders settings in Microsoft Excel The type of border depends on...

    docs.aspose.com/cells/java/cells-formatting/
  4. 使用 JavaScript 通过 C++ 设置页面选项|Documentation

    本文提供示例代码,用于通过 JavaScript 通过 C++ 编程方式设置 Excel 工作表的页面选项,包括页面方向、缩放比例、FitToPages 选项、纸张大小、打印质量和首页编号。...Microsoft Excel 文件。 Workbook 类包含一个 worksheets 集合,允许访问 Excel 文件中的每个工作表。工作表由...文件中的每个工作表。工作表由 Worksheet 类表示。 Worksheet 类提供 PageSetup 属性,用于设置工作表的页面布局选项。实际上,这个...

    docs.aspose.com/cells/zh/javascript-cpp/setting...
  5. 在刷新AutoFilter后获取所有隐藏行索引|Documentation

    了解如何在使用C++ API的Aspose.Cells for JavaScript中,通过刷新AutoFilter后获取所有隐藏行的索引。...但也可能有一些行已被Excel最终用户手动隐藏,这些行并不是由自动筛选隐藏的。因此,很...难知道哪些行是由自动筛选隐藏的,哪些行是由Excel最终用户手动隐藏的。Aspose.Cells for JavaScript通过C++解决了这个问题,使用...

    docs.aspose.com/cells/zh/javascript-cpp/get-all...
  6. 拆分工作表单元格|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 ]; //Set the active cell workbook . Worksheets...

    docs.aspose.com/cells/zh/net/split-cells-in-wor...
  7. Image are not added to the document - Free Supp...

    Hello everyone, I need to add an image to a .xlsx file. An image in .png format with a size of 150x150 pixels I tried several methods, but without success: Method 1. According to the published documentation here Mo…...documentation here Add Image in Worksheet Class Libraries & REST APIs...& process Files from Word, Excel, PowerPoint, Visio, PDF, CAD...

    forum.aspose.com/t/image-are-not-added-to-the-d...
  8. Set Preset WordArt Style to the Text of the Sha...

    Learn how to set a preset WordArt style to the text of a shape using Aspose.Cells for C++....how the output Excel file looks in Microsoft Excel. #include <iostream>...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/set-preset-wordart-st...
  9. Convert Text to Columns using Aspose.Cells for ...

    Learn how to convert text to columns in Excel using Aspose.Cells for Node.js via C++....to columns using Microsoft Excel. This feature is available from...character) based on which Microsoft Excel splits the contents of a cell...

    docs.aspose.com/cells/nodejs-cpp/convert-text-t...
  10. Freeze Panes in 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....Accessing the first worksheet in the Excel file worksheets = workbook.... getWorksheets () worksheet = worksheets . get ( 0 ) # Applying...

    docs.aspose.com/cells/java/freeze-panes-in-jython/