Sort Score
Result 10 results
Languages All
Labels All
Results 2,691 - 2,700 of 26,790 for

excel worksheet

(0.07 sec)
  1. 检测超链接类型|Documentation

    了解如何通过Aspose.Cells for JavaScript在C++ API中检测超链接类型。...检测超链接类型 Contents [ Hide ] 检测超链接类型 Excel文件可以具有不同类型的超链接,如外部、单元格引用、文件路径等。Aspose...。以下代码片段演示了如何使用 linkType 属性,使用此 源Excel文件 。 源代码 <!DOCTYPE html> < html...

    docs.aspose.com/cells/zh/javascript-cpp/detect-...
  2. Get Validation Applied on a Cell with C++|Docum...

    This article shows how to apply validation on a cell with C++.... Similarly, you can use Worksheet::Validations::GetValidationInCell...Instantiate the workbook from sample Excel file Workbook workbook ( srcDir...

    docs.aspose.com/cells/cpp/get-validation-applie...
  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....first worksheet in the Excel file Worksheet worksheet = workbook...get ( 0 ); Cells cells = worksheet . getCells (); //Access the...

    docs.aspose.com/cells/zh/java/getting-cell-cont...
  4. Calculation of Array Formula of Data Tables wit...

    How to use the Aspose.Cells library to calculate array formulas for a data table in Microsoft Excel using JavaScript via C++. Load or create an Excel file, calculate the array formula, and save the modified file....create a Data Table in Microsoft Excel using Data > What‑If Analysis...sample code, we used the source Excel file ( 5115535.xlsx ). If you...

    docs.aspose.com/cells/javascript-cpp/calculatio...
  5. 获取数据透视表的外部连接数据源|Documentation

    如何用Aspose.Cells for JavaScript通过C++获取数据透视表的外部连接数据源。...style="color: red;">Please select an Excel file.</p>' ; return ; } const...object by opening the selected Excel file const workbook = new Workbook...

    docs.aspose.com/cells/zh/javascript-cpp/get-ext...
  6. 用 C++ 判断数据点是否位于饼图中的第二个饼或条形图中的条上|Documentation

    学习如何使用 Aspose.Cells for C++ 判断数据点是否位于饼图中的第二个饼或条形图中的条上。我们的指南将演示如何识别和访问复合图表中的次级饼或条,以便有效分析和操作数据。...请下载以下示例代码中使用的 样本excel文件 ,并查看其控制台输出。如果您打开 样本excel文件 ,您会发现所有小于10的数据点都在...workbook ( inputFilePath ); Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/find-if-data-point...
  7. 使用 C++ 设置页面选项|Documentation

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

    docs.aspose.com/cells/zh/cpp/setting-page-options/
  8. Alignment Settings|Documentation

    In the Aspose.Cells library, you can use cell alignment settings to adjust the layout and display of text using Node.js via C++. This document provides detailed steps and sample code for using Aspose.Cells for cell alignment settings....Microsoft Excel Anyone who has used Microsoft Excel to format...alignment settings in Microsoft Excel. As you can see from the above...

    docs.aspose.com/cells/nodejs-cpp/cells-alignmen...
  9. Add PDF Bookmarks with Named Destinations using...

    Learn how to add PDF bookmarks with named destinations using Aspose.Cells for JavaScript via C++. Ensure bookmarks remain intact regardless of page changes....following sample code, its source Excel file , and its output PDF file...style="color: red;">Please select an Excel file.</p>' ; return ; } const...

    docs.aspose.com/cells/javascript-cpp/add-pdf-bo...
  10. xlsx4j 中的行列高度调整|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...get ( 0 ); Cells cells = worksheet . getCells (); //Setting the...

    docs.aspose.com/cells/zh/java/row-column-height...