Sort Score
Result 10 results
Languages All
Labels All
Results 1,341 - 1,350 of 82,029 for

workbook

(0.14 sec)
  1. 使用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...
  2. How to Edit Excel File in C#

    This brief tutorial explains how to edit Excel file in C# .NET environment for Linux, macOS and Windows....Cells namespace Load the workbook containing data and formula...the workbook to update formula result Save the workbook The above...

    kb.aspose.com/cells/net/how-to-edit-excel-file-...
  3. Public API Changes in Aspose.Cells 8.0.2|Docume...

    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....//Instantiate a new Workbook var book = new Workbook (); //Get the...; //Create an instance of Workbook and load an HTML based spreadsheet...

    docs.aspose.com/cells/net/public-api-changes-in...
  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. 使用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...
  6. 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...
  7. 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...
  8. 用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...
  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. Create PdfBookmarkEntry for Chart Sheet with No...

    Learn how to create PdfBookmarkEntry for chart sheets using Aspose.Cells for Node.js via C++....file const workbook = new AsposeCells . Workbook ( filePath );...worksheets const sheet1 = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/create-pdfbook...