Sort Score
Result 10 results
Languages All
Labels All
Results 1,831 - 1,840 of 26,931 for

excel worksheet

(0.08 sec)
  1. Get Text of Specific Cell|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.... Excel . Application excelApp = Application...Application ; // Specify the template Excel file path. string myPath = "Get...

    docs.aspose.com/cells/net/get-text-of-specific-...
  2. 获取特定单元格的文本|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.... Excel . Application excelApp = Application...Application ; //Specify the template excel file path. string myPath = "Get...

    docs.aspose.com/cells/zh/net/get-text-of-specif...
  3. Set the Shape Type of Data Labels of Chart with...

    Learn how to set the shape type of data labels in charts using Aspose.Cells for Node.js via C++. This guide will explain the different shape types available and show you how to choose the appropriate shape for your data labels to enhance presentation and usability....sample Excel file used in this code and the output Excel file generated...effect of the code on the sample Excel file. Sample Code const path...

    docs.aspose.com/cells/nodejs-cpp/set-the-shape-...
  4. 用C++设置填充效果|Documentation

    Aspose.Cells是一个用于处理电子表格文件的C++库。它支持设置单元格的填充效果,允许用户自定义单元格的背景和样式。本文将介绍如何使用Aspose.Cells库设置单元格的填充效果。...[ Hide ] 颜色和背景图案 Microsoft Excel可以设置单元格的前景(轮廓)和背景(填充)颜色以及背景图案。...Cells提供了一个表示Microsoft Excel文件的类, Workbook 。 Workbook 类包含一个 Worksheets 集合,允许访...

    docs.aspose.com/cells/zh/cpp/cells-fill-settings/
  5. How to Lock Cells to Protect Them with Golang v...

    This article shows you code explaining how to lock cells to protect them using the Aspose.Cells library with Golang via C++....applications, such as Microsoft Excel or Google Sheets, for several...while keeping the rest of the worksheet protected. Protecting Formulas:...

    docs.aspose.com/cells/go-cpp/how-to-lock-cells-...
  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....通过调用超链接集合的Add方法,可以将超链接添加到同一Excel文件中的单元格中。Add方法适用于内部和外部超链接。 C#...Workbook object Worksheet sheet = workbook . Worksheets . Add ( "Hyperlinks"...

    docs.aspose.com/cells/zh/net/insert-hyperlinks-...
  7. Creating Pie Chart with Leader Lines using Node...

    Learn how to use Aspose.Cells for Node.js via C++ to create a pie chart with leader lines in Microsoft Excel. Our guide will demonstrate how to add leader lines that connect data points to the legend and enhance the overall clarity of your chart.... In Excel, the ‘Show leader lines’ option...when you create a pie chart in Excel the leader lines are shown....

    docs.aspose.com/cells/nodejs-cpp/creating-pie-c...
  8. 使用 C++ 通过 Node.js 设置边距|Documentation

    在本文中,您将学习如何使用示例代码设置 Excel 工作表的边距。还将学习如何通过 Node.js API 和 C++ 编程设置页面中心、页眉和页脚的边距。...Cells 完全支持微软 Excel 的页面设置选项。开发人员可能需要为工作表配置页面设置以控制打印过程。本主题讨论如何使用...Cells 提供一个 Workbook 类,它代表一个Excel文件。 Workbook 类包含 Workbook.getWorksheets()...

    docs.aspose.com/cells/zh/nodejs-cpp/setting-mar...
  9. 使用 C++ 通过 Node.js 管理图片|Documentation

    学习如何使用Aspose.Cells for Node.js via C++在电子表格中添加和定位图片。...Workbook (); // Adding a new worksheet to the Workbook object const...added worksheet by passing its sheet index const worksheet = workbook...

    docs.aspose.com/cells/zh/nodejs-cpp/managing-pi...
  10. Date Axis|Documentation

    Learn how to manage the date axis in Aspose.Cells for Python via .NET. Our guide will help you understand how to work with various date formats, time scales, and tick label frequencies....When you create a chart from worksheet data that uses dates, and...even if the dates on the worksheet are not in sequential order...

    docs.aspose.com/cells/python-net/date-axis/