Sort Score
Result 10 results
Languages All
Labels All
Results 2,271 - 2,280 of 87,253 for

workbook

(0.15 sec)
  1. Get Worksheet Unique ID with C++|Documentation

    This article shows how to get Excel worksheet unique ID using C++ library and API programmatically....Load source Excel file Workbook workbook ( srcDir + u "Book1.xlsx"...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/get-worksheet-unique-id/
  2. 将图表导出为 PDF(C++版)|Documentation

    学习如何使用 Aspose.Cells for C++ 将图表转换为 PDF 文档。我们的指南将演示如何导出 Excel 图表并将其保存为 PDF,以便进一步分发和存档。...); // Create a new workbook Workbook workbook ; // Add a new worksheet...worksheet to the workbook int sheetIndex = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/chart-to-pdf/
  3. Change the Font on just the specific Unicode ch...

    Learn how to change the font of specific Unicode characters while saving to PDF using Aspose.Cells with C++....); // Create workbook object Workbook workbook ; // Access the...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/change-the-font-on-ju...
  4. Creating Subtotals|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....the first worksheet of the workbook (as shown in the figure below)...Aspose.Cells provides a class, Workbook that represents a Microsoft...

    docs.aspose.com/cells/java/creating-subtotals/
  5. How to create waterfall chart with C++|Document...

    Create waterfall charts in Excel with C++ and Aspose.Cells for C++ API....Create an instance of Workbook Workbook workbook ; // Retrieve the...Worksheet in Workbook Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/creating-waterfall-ch...
  6. 仅复制范围数据使用Node.js via C++|Documentation

    学习如何使用Aspose.Cells for Node.js via C++将一个单元格区域的数据复制到另一个区域。...new Workbook. const workbook = new AsposeCells . Workbook ();...Worksheet Cells. const cells = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/copy-range-...
  7. 在工作表中插入和移除单元格批注|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.... Workbooks . Open ( myPath , Missing...a new Workbook. //Open the excel file. Workbook workbook = new...

    docs.aspose.com/cells/zh/net/inserting-and-remo...
  8. 如何使用Node.js通过C++设置类别轴|Documentation

    了解如何在Aspose.Cells for Node.js via C++中设置类别轴。我们的指南将帮助您理解如何定义类别轴范围、调整其属性和格式化标签。...new workbook const workbook = new AsposeCells . Workbook ();...(); const worksheet = workbook . getWorksheets (). get ( 0 ); worksheet...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-set-...
  9. Set column width to scalable unit like em or pe...

    Learn how to set column width to scalable units like em or percent using Aspose.Cells for C++....// Load sample source file Workbook wb ( srcDir + u "sampleForScalableCol...SetExportImagesAsBas ( true ); // Save the workbook in Html format with specified...

    docs.aspose.com/cells/cpp/set-column-width-to-s...
  10. Border Settings with C++|Documentation

    How to use the Aspose.Cells library in C++ to set the border style and color of cells. By adjusting the width, style, and color of the border, you have more control over how cells look and appear....Cells provides a class, Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/cpp/cells-border-settings/