Sort Score
Result 10 results
Languages All
Labels All
Results 911 - 920 of 56,403 for

workbook

(0.12 sec)
  1. 使用C++为图表点添加富文本自定义数据标签|Documentation

    了解如何在Aspose.Cells for C++中为图表点添加富文本自定义数据标签。我们的指南将展示如何使用不同的字体、颜色和对齐选项来格式化标签,提升图表的外观和易读性。...Create a workbook from source Excel file Workbook workbook ( srcDir...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/rich-text-custom-d...
  2. 使用 Node.js 通过 C++ 复制行和列|Documentation

    本文展示了如何通过 Aspose.Cells for Node.js via C++ API 复制行和列。... Workbook ( path . join ( dataDir ,...the first worksheet in the workbook. const wsTemplate = excelWorkbook1...

    docs.aspose.com/cells/zh/nodejs-cpp/copying-row...
  3. 为表单控件分配宏代码(如按钮)|Documentation

    学习如何使用Aspose.Cells for C++将宏代码分配给按钮等表单控件。...\\ " ); Workbook workbook ; Worksheet sheet = workbook . GetWorksheets...Get ( 0 ); int moduleIdx = workbook . GetVbaProject (). GetModules...

    docs.aspose.com/cells/zh/cpp/assign-macro-to-fo...
  4. Copy Range Style Only with C++|Documentation

    Learn how to copy only the style of a range in Excel using Aspose.Cells with C++.... This example creates a workbook, populates it with data and...02_OutputDirectory \\ " ); Workbook workbook ; Cells cells = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/copy-range-style-only/
  5. Creating a Named Range|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 a Workbook. Get the first sheet. Create...//Create a new Workbook Excel . Workbook wb = xl . Workbooks . Add (...

    docs.aspose.com/cells/net/creating-a-named-range/
  6. Headings And Body Theme Font with C++|Documenta...

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports setting heading and body theme fonts in Excel documents, enabling users to customize the appearance and style of the document. This article will introduce how to use the Aspose.Cells library to work with heading and body theme fonts in Excel documents....(); // Create a workbook object Workbook workbook ( u "Book1.xlsx"...style Style defaultStyle = workbook . GetDefaultStyle (); // Get...

    docs.aspose.com/cells/cpp/headings-and-body-the...
  7. How to Control Sheet Tab Bar with Node.js via C...

    Learn how to control the sheet tab bar using Aspose.Cells for Node.js via C++....example shows how to: Create a workbook. Add data to cells in the..."sample.xlsx" ); // Loads the workbook which contains hidden external...

    docs.aspose.com/cells/nodejs-cpp/how-to-control...
  8. Extract Theme Data from Excel File with C++|Doc...

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports extracting theme data from Excel files, allowing users to obtain the style and formatting information of documents. This article will introduce how to extract theme data from Excel files using the Aspose.Cells library....theme name applied to the workbook and the theme color applied...can apply a theme to your workbook using Microsoft Excel via...

    docs.aspose.com/cells/cpp/extract-theme-data-fr...
  9. Using WorkbookMetadata|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....a light-weight version of workbook into memory to edit its metadata...WorkbookMetadata class to load the workbook. The following sample code...

    docs.aspose.com/cells/net/using-workbookmetadata/
  10. Public API Changes in Aspose.Cells 8.5.2|Docume...

    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....//Create workbook object from source file Workbook workbook = new...new Workbook ( filePath ); //Access first worksheet Worksheet worksheet...

    docs.aspose.com/cells/net/public-api-changes-in...