Sort Score
Result 10 results
Languages All
Labels All
Results 2,491 - 2,500 of 82,064 for

workbook

(0.04 sec)
  1. 将图表导出为 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/
  2. How to Convert HTML to PDF with C++|Documentation

    This topic shows you how to convert HTML to PDF saveformat and MHTML to PDF saveformat using Aspose.Cells for C++.... Initialize Workbook object. Save output PDF document...document by calling Workbook.Save() method. #include <iostream>...

    docs.aspose.com/cells/cpp/convert-html-to-pdf/
  3. 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...
  4. Embed Attachment to PDF with C++|Documentation

    Learn how to embed attachments into PDF using Aspose.Cells with C++....Open the template file Workbook workbook ( u "embedded-attachments-example...pdf file with PdfSaveOptions workbook . Save ( u "output.pdf" ,...

    docs.aspose.com/cells/cpp/embed-attachment-to-pdf/
  5. Find if the Worksheet is Dialog Sheet with Node...

    This article provides instructions and sample code for determining programmatically whether an Excel worksheet is a Dialog Sheet using Aspose.Cells for Node.js via C++....Sheet const workbook = new AsposeCells . Workbook ( filePath );...first worksheet const ws = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/find-if-the-wo...
  6. 如何使用 C++ 获取 OData 连接信息|Documentation

    学习如何使用Aspose.Cells for C++从Excel文件中提取OData连接信息。...Cells提供了 Workbook.GetDataMashup() 属性,可以返回Ex...\\ " ); // Create workbook Workbook workbook ( srcDir + u "ODataSample...

    docs.aspose.com/cells/zh/cpp/how-to-get-odata-c...
  7. Output Blank Page when there is Nothing to Prin...

    Handle empty worksheets and print blank pages with Aspose.Cells using C++....sample code creates the empty workbook which has an empty worksheet...02_OutputDirectory \\ " ); // Create workbook Workbook wb ; // Access first worksheet...

    docs.aspose.com/cells/cpp/output-blank-page-whe...
  8. How to Convert Excel to XPS in Java

    This tutorial explains how to convert Excel to XPS in Java. XPS is a very common file format that can be generated from Excel in any operating system like Windows, macOS and Linux....the target Excel file to a Workbook class object and then save...project Add a reference to Workbook and SaveFormat class using...

    kb.aspose.com/cells/java/how-to-convert-excel-t...
  9. Access the Text Box by the Name with Node.js vi...

    Learn how to access a text box by name from the collection in Aspose.Cells for Node.js via C++....xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/access-the-tex...
  10. 在工作表中插入和移除单元格批注|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...