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

excel worksheet

(0.27 sec)
  1. 用 C++ 格式化数据透视表单元格|Documentation

    了解如何使用Aspose.Cells与C++格式化数据透视表单元格。... 以下示例代码加载包含两个数据透视表的 示例Excel文件 ,实现对整个数据透视表的格式化和对数据透视表中单个单元格的格式化操作。..."pivot_format.xlsx" ); Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/format-pivot-table...
  2. Create Different Cell Types in Apache POI and A...

    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 worksheet in the Excel file Worksheet worksheet = workbook...get ( 0 ); Cells cells = worksheet . getCells (); //Adding a...

    docs.aspose.com/cells/java/create-different-cel...
  3. 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-...
  4. 用C++管理Excel宏启用工作簿的VBA代码|Documentation

    在C++中添加VBA模块并修改VBA或宏,使用Aspose.Cells库。...用C++管理Excel宏启用工作簿的VBA代码 Contents [ Hide ] 在C++中添加VBA模块 Aspose...格式保存。打开输出的XLSM文件在Microsoft Excel中,点击 开发人员 > Visual Basic 菜单命...

    docs.aspose.com/cells/zh/cpp/manage-vba-project/
  5. 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-...
  6. Extract Text from the Gear Type SmartArt Shape ...

    Learn how to extract text from the Gear Type SmartArt Shape using Aspose.Cells for Node.js via C++....sample code loads the sample Excel file that contains a Gear Type..."sampleExtractTextFro.xlsx" ); // Load sample Excel file containing Gear Type SmartArt...

    docs.aspose.com/cells/nodejs-cpp/extract-text-f...
  7. 使用 C++ 通过 JavaScript 处理形状或图表的反射效果|Documentation

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

    docs.aspose.com/cells/zh/javascript-cpp/working...
  8. 使用 JavaScript 通过 C++ 合并和拆分单元格|Documentation

    Aspose.Cells 是一个用于处理电子表格文件的 JavaScript 库,支持合并和拆分单元格。本文将介绍如何使用 Aspose.Cells 库合并和拆分单元格,并提供自定义合并单元格样式的选项。...Microsoft Excel允许用户选择文件并将其合并以按照自己的方式构造电子表格。...在工作表中合并单元格 在Microsoft Excel中合并单元格 以下步骤描述如何在MS Excel中合并工作表中的单元格。 将要复制的数据复制到范围内左上角的单元格中。...

    docs.aspose.com/cells/zh/javascript-cpp/merging...
  9. 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...
  10. 在C++中插入或删除Excel工作表中的行|Documentation

    本文提供在Excel工作表中插入和删除行的C++代码。...在C++中插入或删除Excel工作表中的行 Contents [ Hide ] 在创建新工作表或处理现有工作表时,您可能...Aspose.Cells的工作方式与Microsoft Excel相同。当添加行或列时,工作表内容向下和向右移动。当删除行...

    docs.aspose.com/cells/zh/cpp/insert-or-delete-r...