Sort Score
Result 10 results
Languages All
Labels All
Results 2,131 - 2,140 of 26,787 for

excel worksheet

(0.19 sec)
  1. 使用C++检测超链接类型|Documentation

    通过Aspose.Cells for C++ API学习如何检测超链接类型。...使用C++检测超链接类型 Contents [ Hide ] 检测超链接类型 Excel文件可以有不同类型的超链接,例如外部链接、单元格引用、文件路径等。Aspose...属性。以下代码片段演示了如何使用 LinkType 属性,通过使用此 source excel file 。 源代码 #include <iostream>...

    docs.aspose.com/cells/zh/cpp/detect-hyperlink-t...
  2. Aspose.Cells.GridJs features|Documentation

    This article introduces features for GridJs....from and export to Excel spreadsheets. Worksheet Features Add/remove/rename...Add/remove/rename worksheets. Row & Column Features Add, insert and...

    docs.aspose.com/cells/net/aspose-cells-gridjs/f...
  3. 用C++创建高低收(HLC)股票图表|Documentation

    学习如何用Aspose.Cells for C++创建高低收股票图表。我们的逐步指南将演示如何绘制股票市场数据,包括最高价、最低价和收盘价,以便进行更好的分析与可视化。... 示例代码 以下示例代码加载 示例Excel文件 并生成 输出Excel文件 。 #include <iostream>...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/create-high-low-cl...
  4. 从流中打开电子表格文档|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....从流中打开电子表格文档 Contents [ Hide ] OpenXML Excel string FilePath = @"..\..\....stream , true ); // Add a new worksheet. WorksheetPart newWorksheetPart...

    docs.aspose.com/cells/zh/net/open-a-spreadsheet...
  5. 使用Aspose.Cells for Node.js via C++计算IFNA函数|Docu...

    如何通过C++的Node.js使用Aspose.Cells库计算IFNA函数。加载现有Excel文件或创建新文件,然后计算IFNA函数以获取结果。最后,将修改后的Excel文件保存到磁盘。...Cells支持计算Excel中的IFNA函数。如果公式返回#N/A错误值,IFNA函...workbook // Access first worksheet const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/calculating...
  6. Converting to MHTML Files in 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....Converting to MHTML To convert a worksheet to an MHTML file using Aspose...Python, simply invoke the worksheet_to_mhtml() method of the Converter...

    docs.aspose.com/cells/java/converting-to-mhtml-...
  7. Get or Set the Class Identifier of the Embedded...

    Learn how to get or set the class identifier of embedded OLE objects in Node.js using Aspose.Cells via C++....has been read from the sample Excel file containing the embedded...code executed with the sample Excel file and its console output...

    docs.aspose.com/cells/nodejs-cpp/get-or-set-the...
  8. 使用Node.js通过C++移除数据透视连接|Documentation

    学习如何使用Aspose.Cells for Node.js via C++移除数据透视连接。...Contents [ Hide ] 可能的使用场景 如果您想在Excel中解除切片器和数据透视表的关联,右键点击切片器并选择“报...以下示例代码加载了包含现有切片器的 示例Excel文件 。它访问切片器,然后解除切片器与数据透视表的关联,最后将工作簿保存为 输出Excel文件 。 示例代码...

    docs.aspose.com/cells/zh/nodejs-cpp/remove-pivo...
  9. Font Settings|Documentation

    Aspose.Cells is a Python library for working with spreadsheet files. It supports setting the font settings of cells, allowing users to customize the font style and properties of cells. This article will introduce how to use the Aspose.Cells for Python via .NET library to set cell font settings.... Just like Microsoft Excel, Aspose.Cells for Python via...Microsoft Excel file. The Workbook class contains a worksheets collection...

    docs.aspose.com/cells/python-net/cells-font-set...
  10. 用JavaScript通过C++管理评论和笔记|Documentation

    使用Aspose.Cells for JavaScript via C++插入和管理评论或笔记。...add(number, number) 方法(封装在 Worksheet 对象中)在单元格中添加评论。可以通过传递评论索引从...Workbook (); // Adding a new worksheet to the Workbook object const...

    docs.aspose.com/cells/zh/javascript-cpp/comment...