Sort Score
Result 10 results
Languages All
Labels All
Results 3,261 - 3,270 of 27,108 for

excel worksheet

(0.14 sec)
  1. AutoFit Rows for Merged Cells|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 ] Microsoft Excel provides a feature that allows...called AutoFit rows. Microsoft Excel does not support AutoFit on...

    docs.aspose.com/cells/java/autofit-rows-for-mer...
  2. 使用C++将Smart Art转换为组形状|Documentation

    了解如何使用Aspose.Cells for C++将Smart Art形状转换为组形状,并访问组形状的各个部分。...将智能图转换为组合形状 以下示例代码加载含有Smart Art形状的【示例Excel文件】(55541793.xlsx),并将Smart A...the sample smart art shape - Excel file U16String inputFilePath...

    docs.aspose.com/cells/zh/cpp/convert-the-smart-...
  3. 用 JavaScript 通过 C++ 访问和修改链接的 Ole 对象的显示标签|Docume...

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 访问和修改链接的 Ole 对象的显示标签。...[ Hide ] 可能的使用场景 Microsoft Excel允许您更改Ole对象的显示标签,如下图所示。您还可以使用Aspose...请参见以下示例代码,它加载了包含Ole对象的 sample Excel文件 。代码访问Ole对象并将其标签从Sample APIs更改为Aspose...

    docs.aspose.com/cells/zh/javascript-cpp/access-...
  4. Using ChartGlobalizationSettings Class to Set D...

    Learn how to use the ChartGlobalizationSettings class in Aspose.Cells for C++ to set different languages for chart components. Our guide will help you understand how to localize chart elements, labels, and legends to different languages, allowing you to present your data in a culturally appropriate way....sample code loads the sample Excel file . #include <iostream> #include... ); // Get the worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/using-chartglobalizat...
  5. Get Cells Index with C++|Documentation

    Learn how to get row or column index by the name of a row, column, or cell. Convert the name of the cell to row and column indices (zero‑based) using Aspose.Cells with C++....Hide ] The default view of Excel uses A1‑style references, where...manipulate specific data on a worksheet by row and column index, you...

    docs.aspose.com/cells/cpp/get-cells-index/
  6. Unfreeze Rows or Columns with Node.js via C++|D...

    In this article, you will learn how to unfreeze rows, columns, or panes of Excel Worksheets programmatically using the Node.js API with C++.... If worksheets in the Excel files are frozen, you...may want to unfreeze the worksheet or adjust frozen rows, columns...

    docs.aspose.com/cells/nodejs-cpp/unfreeze-rows-...
  7. 使用Node.js通过C++基于单元格引用插入图片|Documentation

    学习如何基于单元格引用使用Aspose.Cells for Node.js via C++在工作表中插入图片。显示单元格中的数据为图片。...Cells支持此功能(Microsoft Excel 2010)。 根据单元格引用插入图片 Aspose.Cells...Workbook (); // Get the first worksheet's cells collection const cells...

    docs.aspose.com/cells/zh/nodejs-cpp/insert-a-pi...
  8. 刷新和计算含有计算项数据透视表,使用 C++|Documentation

    使用 Aspose.Cells 和 C++ 刷新并计算包含计算项的数据透视表。...以下示例代码加载了包含三个计算项(如“add”、“div”、“div2”)的 源 Excel 文件 ,首先将单元格 D2 的值修改为 20,然后使用...快捷键或点击数据透视表的刷新按钮,使用 Microsoft Excel 进行验证。 #include <iostream> #include...

    docs.aspose.com/cells/zh/cpp/refresh-and-calcul...
  9. Change the Font on just the specific Unicode ch...

    Learn how to change the font of specific Unicode characters while saving to PDF using Aspose.Cells for JavaScript via C++....first worksheet const worksheet = workbook . worksheets . get...Access cells const cell1 = worksheet . cells . get ( "A1" ); const...

    docs.aspose.com/cells/javascript-cpp/change-the...
  10. Propagate Formula in Table or List Object autom...

    Learn how to propagate formulas in tables or list objects automatically when entering new data using Aspose.Cells for C++....default behavior of Microsoft Excel. To achieve the same functionality...data. Please check the output Excel file generated with this code...

    docs.aspose.com/cells/cpp/propagate-formula-in-...