Sort Score
Result 10 results
Languages All
Labels All
Results 1,651 - 1,660 of 27,372 for

excel worksheet

(0.1 sec)
  1. 用 JavaScript 和 C++ 显示或隐藏行、列和滚动条|Documentation

    本文演示了如何使用 C++ 的 JavaScript API 编程显示和隐藏 Excel 工作表的行和列,控制滚动条的显示,以及高效隐藏多行多列。...Microsoft Excel 文件。 Workbook 类包含一个 worksheets 集合,允许开发人员访问 Excel 文件中的每个工作表。工作表由...文件中的每个工作表。工作表由 Worksheet 类表示。 Worksheet 类提供一个 cells 集合,表示工作表中的所有单元格。...

    docs.aspose.com/cells/zh/javascript-cpp/show-an...
  2. 使用C++显示和隐藏工作表及标签|Documentation

    本文提供了使用C++ API或库以编程方式显示和隐藏Excel工作表的示例。此外,还介绍了如何显示和隐藏Excel工作簿的标签。...显示和隐藏工作表 Excel文件可以包含一个或多个工作表。每当我们创建一个Excel文件时,都会向其中添加工作表。Excel文件中的...。因此, Aspose.Cells 允许开发人员控制其Excel文件中工作表的可见性。 Aspose.Cells 提供了一个类...

    docs.aspose.com/cells/zh/cpp/show-and-hide-work...
  3. 动态计算或重新计算公式|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....Cells支持大部分作为Microsoft Excel一部分的公式或函数。开发者可以使用API或设计师电子表格来使用这些公式。Aspose.Excel支持大量...osoft Excel中创建公式时那样。使用逗号(,)来分隔函数参数。 要计算公式的结果,请调用Excel类的Calcu...

    docs.aspose.com/cells/zh/net/calculate-or-recal...
  4. Python中复制和移动工作表|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....copy_worksheet 方法。下面是代码示例。 Python 代码 def copy_worksheet ( self...Instantiating a Workbook object by excel file path workbook = self ....

    docs.aspose.com/cells/zh/java/copying-and-movin...
  5. Excel 转成 PDF 文本缺失 - Free Support Forum - aspose...

    Worksheet.zip (1.3 MB) Excel 转PDF时有部分文字缺失 image.png (61.9 KB) image.jpg (149.5 KB)...Excel 转成 PDF 文本缺失 中文技术支持 cells-net cromwell1994 July 10, 2025...2025, 8:50am 1 worksheet.zip (1.3 MB) Excel 转PDF时有部分文字缺失 image.png...

    forum.aspose.com/t/excel-pdf/315052
  6. How to create TreeMap chart with C++|Documentation

    Learn how to create a Treemap chart in Aspose.Cells for C++. Our guide will help you understand the various properties and formatting options available for Treemap charts, including colors, labels, and data representation....the sample Excel file and generates the output Excel file . #include...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/creating-treemap-chart/
  7. 将图表导出为 PDF(C++版)|Documentation

    学习如何使用 Aspose.Cells for C++ 将图表转换为 PDF 文档。我们的指南将演示如何导出 Excel 图表并将其保存为 PDF,以便进一步分发和存档。...Workbook workbook ; // Add a new worksheet to the workbook int sheetIndex...reference of the newly added worksheet by passing its index to WorksheetCollection...

    docs.aspose.com/cells/zh/cpp/chart-to-pdf/
  8. Copying and Moving Worksheets|Documentation

    This article includes sample code and describes how to copy and move Worksheets programmatically both within an Excel workbook and across Excel workbooks using the C# API or .NET Library....Ask AI Copying and Moving Worksheets Contents [ Hide ] Sometimes... you do need a number of worksheets with common formatting and...

    docs.aspose.com/cells/net/copying-and-moving-wo...
  9. 添加数据透视连接用C++|Documentation

    学习如何使用C++通过Aspose.Cells库添加透视连接。...Contents [ Hide ] 可能的使用场景 如果你想在Excel中关联切片器和数据透视表,你需要右键单击切片器,然后选择...关联切片器和数据透视表 以下示例代码加载包含现有切片器的 sample Excel file 。它访问切片器然后将切片器与数据透视表关联。最后,将工作簿另存为...

    docs.aspose.com/cells/zh/cpp/add-pivot-connection/
  10. Pivot Table and Source Data with C++|Documentation

    Learn how to dynamically change a pivot table's source data using Aspose.Cells with C++....you want to create Microsoft Excel reports with pivot tables that...this named range. In Microsoft Excel, choose Data , then PivotTable...

    docs.aspose.com/cells/cpp/pivot-table-and-sourc...