Sort Score
Result 10 results
Languages All
Labels All
Results 1,561 - 1,570 of 87,041 for

workbook

(0.08 sec)
  1. Working Solution for Worksheet Resizing|Aspose....

    Working solution for worksheet resizing in PowerPoint presentations using C++...worksheet image, the Excel workbook is activated. End users can...changes to the actual Excel workbook and then return to the slide...

    docs.aspose.com/slides/cpp/working-solution-for...
  2. 单元格对齐设置|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....Cells 提供一个称为 Workbook 的类,表示 Excel 文件。Workbook 类包含一个 WorksheetCollection,允许访问...//Instantiating a Workbook object Workbook workbook = new Workbook (); //Accessing...

    docs.aspose.com/cells/zh/java/cell-alignment-se...
  3. 使用C++进行换行和文本自动换行|Documentation

    如何在C++中使用Aspose.Cells库实现文本换行和自动换行。通过使用Aspose.Cells库,您可以轻松在单元格中插入文本并设置文本换行方式,例如手动换行、自动换行等。本文件详细介绍了如何实现这些功能,并提供了示例代码供您参考。...\\ " ); // Create Workbook Object Workbook wb ; // Open first...first Worksheet in the workbook Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/line-breaks-and-te...
  4. Web Extensions - Office Add-ins with Node.js vi...

    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...."output" ); const workbook = new AsposeCells . Workbook (); const extensions...extensions = workbook . getWorksheets (). getWebExtensions ();...

    docs.aspose.com/cells/nodejs-cpp/web-extensions...
  5. Create and Manage Chart with Node.js via C++|Do...

    Learn how to use Aspose.Cells for Node.js to create charts in Microsoft Excel. Our guide will demonstrate various chart types and how to customize their appearance and formatting....xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/creating-charts/
  6. 使用Node.js via C++在文档信息面板中添加可见的自定义属性|Documentation

    学习如何使用Aspose.Cells for Node.js via C++向工作簿对象添加自定义属性。这些属性可以在文档信息面板中查看。..."data" ); // Create workbook object const workbook = new AsposeCells...AsposeCells . Workbook ( AsposeCells . FileFormatType . Xlsx ); // Add...

    docs.aspose.com/cells/zh/nodejs-cpp/adding-cust...
  7. Insert a Picture Based on Cell Reference with N...

    Learn how to insert a picture in a worksheet based on a cell reference using Aspose.Cells for Node.js via C++. Show cell data in a picture....new Workbook const workbook = new AsposeCells . Workbook ();...cells collection const cells = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/insert-a-pictu...
  8. Setting Strong Encryption Type with C++|Documen...

    Learn how to apply strong encryption and password protection to Excel files using Aspose.Cells with C++....xls" ; // Create workbook Workbook workbook ( inputFilePath );...Strong Cryptographic Provider) workbook . SetEncryptionOptions ( EncryptionType...

    docs.aspose.com/cells/cpp/setting-strong-encryp...
  9. 用C++在Excel文件中指定存储的有效数字|Documentation

    学习如何使用Aspose.Cells与C++在Excel文件中指定存储的有效数字。...( 15 ); // Create workbook Workbook workbook ; // Access first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/specifying-signifi...
  10. 用C++显示单元格范围作为数据标签|Documentation

    学习如何在图表中使用Aspose.Cells for C++将一个单元格范围作为数据标签。我们的指南将演示如何将标签与数据源绑定并进行格式化,从而在图表中提供准确而有意义的信息。...Create workbook from the source Excel file Workbook workbook ( inputFilePath...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/showing-cell-range...