Sort Score
Result 10 results
Languages All
Labels All
Results 1,431 - 1,440 of 82,034 for

workbook

(0.06 sec)
  1. Create, Manipulate or Remove Scenarios from Wor...

    In this article, you will learn how to create, manipulate or remove Scenarios from Excel Worksheets programmatically using C++ Library with Aspose.Cells API....scenarios from a worksheet in a workbook via Aspose.Cells APIs. Aspose...Load input Excel file Workbook workbook ( srcDir + u "aspose-sample...

    docs.aspose.com/cells/cpp/create-manipulate-or-...
  2. 禁用 C++ 中图表的数据标签换行|Documentation

    学习如何在 Aspose.Cells for C++ 中禁用图表数据标签的换行。我们的指南将向您展示如何防止长标签重叠,并提供更清晰、更易读的图表显示。...file inside the workbook object Workbook workbook ( inputFilePath...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/disable-text-wrapp...
  3. Working Solution for Chart Resizing in PPTX|Asp...

    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....changes in the actual Excel Workbook and then return to the concerned...outside the activated Excel Workbook. The size of the OLE Object...

    docs.aspose.com/slides/java/working-solution-fo...
  4. Replace tag with text in a textbox inside the W...

    Learn how to replace tags with text in textboxes within Excel worksheets using Aspose.Cells for Python via .NET....cells import Workbook , PdfSaveOptions # For complete...current_dir , "output" ) wb = Workbook ( os . path . join ( source_dir...

    docs.aspose.com/cells/python-net/replace-tag-wi...
  5. 通过Node.js和C++显示与隐藏网格线及行列标题|Documentation

    本文提供了使用Node.js API通过C++编程隐藏或显示Excel工作表的网格线、行和列标题的示例代码。...Cells提供了一个类 Workbook ,代表一个Microsoft Excel文件。 Workbook 类包含一个 Workbook...filePath ); // Instantiating a Workbook object // Opening the Excel...

    docs.aspose.com/cells/zh/nodejs-cpp/show-and-hi...
  6. Copy Range Data with Style in C++|Documentation

    Copy range data including cell styles in Excel files using Aspose.Cells for C++....demonstrates how to: Create a workbook Populate cells with data Create...02_OutputDirectory \\ " ); Workbook workbook ; Cells cells = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/copy-range-data-with-...
  7. 使用 C++ 加载工作簿或工作表时过滤对象|Documentation

    学习如何在使用 Aspose.Cells for C++ 加载工作簿或工作表时过滤图表、形状和条件格式等对象。...// Filter charts from the workbook LoadOptions lOptions ; lOptions... :: Chart )); // Load the workbook with the above filter U16String...

    docs.aspose.com/cells/zh/cpp/filter-objects-whi...
  8. Fit All Worksheet Columns on Single PDF Page wi...

    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....instance of Workbook const workbook = new AsposeCells . Workbook ( path...setAllColumnsInOnePa ( true ); // Save Workbook to PDF format by passing the...

    docs.aspose.com/cells/nodejs-cpp/fit-all-worksh...
  9. 通过 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...
  10. 在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-...