Sort Score
Result 10 results
Languages All
Labels All
Results 2,821 - 2,830 of 27,108 for

excel worksheet

(1.5 sec)
  1. Data Sorting|Documentation

    Learn how to sort data by using the Aspose.Cells for JavaScript via C++ API....sorting is one of Microsoft Excel’s many useful features. It allows...C++ lets developers sort worksheet data alphabetically or numerically...

    docs.aspose.com/cells/javascript-cpp/sort-data-...
  2. How to apply/set text alignment to TextBox with...

    How to apply/set text alignment to TextBox in Aspose.Cells for JavaScript via C++....Workbook (); } const worksheet = workbook . worksheets . get ( 0 ); const...const shapes = worksheet . shapes ; // add a TextBox const shape...

    docs.aspose.com/cells/javascript-cpp/applying-t...
  3. 使用 JavaScript 通过 C++ 管理范围|Documentation

    学习如何用 C++ 版的 Script 管理 Excel 中的范围。创建范围,设置值、样式,执行各种操作。...] 介绍 在Excel中,可以使用鼠标框选择多个单元格;所选的单元格集合称为“范围”。 例如,您可以在Excel的单元格"...Aspose.Cells提供了一个代表Microsoft Excel文件的类, Workbook 。 Workbook 类包含一个...

    docs.aspose.com/cells/zh/javascript-cpp/managin...
  4. How to Format Number to Time with C++|Documenta...

    This article will introduce how to format numbers to time using Aspose.Cells for C++ API....Formatting numbers to time in Excel is a common practice for several...to format numbers to time in Excel: Data Representation : Time...

    docs.aspose.com/cells/cpp/how-to-format-number-...
  5. 使用Node.js和C++拆分Excel工作表屏幕|Documentation

    在本文中,您将学习如何通过编程方式使用Node.js C++插件将工作表分成两部分或四部分,以显示特定的行和/或列。...js和C++拆分Excel工作表屏幕 Contents [ Hide ] 介绍 在本文中,我们将学习如何通...比较不同的数据子集。分屏功能可以满足您的需求。 如何在Excel中分割屏幕 要将工作表分割成两个或四个部分,请按照以下操作:...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-spli...
  6. Public API Changes in Aspose.Cells 17.1.0|Docum...

    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.... Added APIs Support for Excel 2016 Charts Aspose.Cells APIs...have added support for a few Excel 2016 charts by enhancing the...

    docs.aspose.com/cells/java/public-api-changes-i...
  7. 使用 C++ 通过 JavaScript 处理形状或图表的反射效果|Documentation

    学习如何利用 C++ 通过 JavaScript 设置形状或图表的反射效果,以实现不同的视觉效果。...类型 使用形状或图表的反射效果 下方示例代码加载 源 Excel 文件 ,获取默认工作表中的第一个形状,设置不同的 Shape...Shape.reflection 属性,并将工作簿保存为 输出 Excel 文件 。 <!DOCTYPE html> < html...

    docs.aspose.com/cells/zh/javascript-cpp/working...
  8. Split Panes in Jython|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....setActiveCell ( "A20" ); # Split the worksheet window workbook . getWorksheets...( 0 ). split (); # Save the Excel file workbook . save ( dataDir...

    docs.aspose.com/cells/java/split-panes-in-jython/
  9. Determine which Axis exists in the Chart with J...

    Learn how to determine which axis exists in a chart created using Aspose.Cells for JavaScript via C++. Our guide will help you identify and access the different axes in a chart, including category, value, and secondary axes....{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...style="color: red;">Please select an Excel file.</p>' ; return ; } const...

    docs.aspose.com/cells/javascript-cpp/determine-...
  10. 使用JavaScript通过C++提取Gear类型SmartArt形状中的文本|Documen...

    学习如何使用Aspose.Cells for Java脚本通过C++从Gear类型SmartArt形状中提取文本...从齿轮型智能图形中提取文本 以下示例代码加载包含齿轮型智能图形的 sample Excel文件 。然后按上述步骤从其各个形状中提取文本。请参阅下面提供的代码的控制台输出以供参考。...{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...

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