Sort Score
Result 10 results
Languages All
Labels All
Results 731 - 740 of 47,661 for

workbook

(0.15 sec)
  1. 使用C++显示和隐藏工作表及标签|Documentation

    本文提供了使用C++ API或库以编程方式显示和隐藏Excel工作表的示例。此外,还介绍了如何显示和隐藏Excel工作簿的标签。...Cells 提供了一个类 Workbook ,代表一个Excel文件。 Workbook 类包含一个 Worksheets...; // Create workbook from file Workbook workbook ( inputFilePath...

    docs.aspose.com/cells/zh/cpp/show-and-hide-work...
  2. 在Excel或OpenOffice中插入超链接的C++方法|Documentation

    学习如何在不使用MS Excel的情况下,用Aspose.Cells库向Excel文件插入超链接。...Cells 提供了一个类 Workbook ,代表一个Microsoft Excel文件。 Workbook 类包含一个 WorksheetCollection...; // Create a new workbook Workbook workbook ; // Get the first...

    docs.aspose.com/cells/zh/cpp/insert-hyperlinks-...
  3. Display or Hide Gridlines in Aspose.Cells|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....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/net/display-or-hide-gridl...
  4. Working with Background in ODS Files with C++|D...

    Learn how to manage colored and graphic backgrounds in ODS files using Aspose.Cells with C++..../Data/02_OutputDirectory/" ); Workbook workbook ( srcDir + u "GraphicBackground...ods" ); Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/working-with-backgrou...
  5. 通过 C++ 在 Node.js 中释放工作簿的非托管资源|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 释放 Workbook 对象的非托管资源。...Cells 提供 Workbook.dispose() 方法以释放 Workbook 对象的非托管资源。Dispose...使用的托管对象方面非常高效,但无法回收非托管对象。 Workbook 对象现在实现了 System.IDisposable...

    docs.aspose.com/cells/zh/nodejs-cpp/release-unm...
  6. Hiding and Showing Rows and Columns with C++|Do...

    Learn how to hide and show rows and columns in Excel files programmatically using Aspose.Cells with C++....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a WorksheetCollection...

    docs.aspose.com/cells/cpp/hiding-and-showing-ro...
  7. Different Ways to Open Files with Node.js via C...

    This article explains how to open an Excel file using Aspose.Cells for Node.js via C++ API....computer by specifying it in the Workbook class constructor. Simply...through Path // Creating a Workbook object and opening an Excel...

    docs.aspose.com/cells/nodejs-cpp/different-ways...
  8. Export Worksheet CSS Separately in Output HTML ...

    Learn how to export worksheet CSS separately when converting Excel files to HTML using Aspose.Cells for C++....Startup (); // Create workbook object Workbook wb ; // Access first...SetExportWorksheetCS ( true ); // Save the workbook in html wb . Save ( u "outputExportWorkshee...

    docs.aspose.com/cells/cpp/export-worksheet-css-...
  9. 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....Create an instance of existing Workbook U16String pathName = u "input..."input.xlsx" ; Workbook workbook ( pathName ); // Set custom chartGlobalizationSe...

    docs.aspose.com/cells/cpp/using-chartglobalizat...
  10. Create a spreadsheet document|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.... Workbook ); // Add a WorkbookPart to...(); workbookpart . Workbook = new Workbook (); // Add a WorksheetPart...

    docs.aspose.com/cells/net/create-a-spreadsheet-...