Sort Score
Result 10 results
Languages All
Labels All
Results 1,121 - 1,130 of 102,518 for

workbook

(0.08 sec)
  1. Line Breaks and Text Wrapping with C++|Document...

    How to implement text wrapping and word wrap using the Aspose.Cells library in C++. By using the Aspose.Cells library, you can easily insert text in cells and set the text wrapping method, such as manual word wrap, word wrap, etc. This document details how to implement these features and provides sample code for your reference....\\ " ); // Create Workbook Object Workbook wb ; // Open first...first Worksheet in the workbook Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/line-breaks-and-text-...
  2. 使用JavaScript通过C++将多个工作表合并为一个工作表。|Documentation

    学习如何使用8647720447Script通过C++将多个工作表合并为一个工作表。...Merge Worksheets into One Workbook </ h1 > < input type = "file"..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/combine...
  3. 添加二色比例和三色比例条件格式|Documentation

    如何在JavaScript via C++中使用Aspose.Cells库添加条件格式,为两色比例和三色比例设置。通过调整这些条件,你可以更好地控制单元格的外观。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...we'll create a new workbook } let workbook ; if ( fileInput ....

    docs.aspose.com/cells/zh/javascript-cpp/adding-...
  4. Python中取消保护工作表|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....Instantiating a Workbook object workbook = self . Workbook ( self ...."Book1.xls" ) worksheets = workbook . getWorksheets () worksheet...

    docs.aspose.com/cells/zh/java/unprotect-a-works...
  5. Copying and Moving Worksheets with Node.js via ...

    This article includes sample code and describes how to copy and move worksheets programmatically both within an Excel Workbook and across Excel Workbooks using the Node.js API with C++....you might want to create a workbook with sheets that contain the...worksheets within or between workbooks. Worksheets , complete with...

    docs.aspose.com/cells/nodejs-cpp/copying-and-mo...
  6. Format Ranges with JavaScript via C++|Documenta...

    Learn how to format a range of cells in Excel using Aspose.Cells for JavaScript via C++....Excel: Open Excel and open the workbook that contains the range you...example, we create an Excel workbook, add some sample data, access...

    docs.aspose.com/cells/javascript-cpp/how-to-for...
  7. Issue with the excel Xls file when tested in As...

    Hi Team, I tried adding the Xls file to Aspose checker and there was pop up stating converted into PDF and vanished within few seconds. But I was unable to find the converted PDF document. Please find the attached sam…...the Excel file Workbook workbook = new Workbook("path/to/your/file...xls"); // Save the workbook as a PDF workbook.Save("path/to/output/file...

    forum.aspose.com/t/issue-with-the-excel-xls-fil...
  8. 使用C++向已签名的Excel文件添加数字签名|Documentation

    学习如何使用Aspose.Cells for C++向已签名的Excel文件添加数字签名。通过多重签名保持文档完整性。...Cells提供 Workbook::AddDigitalSignature(DigitalSignatureColl...如何向已经签名的Excel文件添加数字签名 以下示例代码演示了如何使用 Workbook::AddDigitalSignature 在已签名...

    docs.aspose.com/cells/zh/cpp/add-digital-signat...
  9. Disable Exporting Frame Scripts and Document Pr...

    Disable exporting frame scripts and document properties using Aspose.Cells with C++....properties while converting a workbook to HTML. The 8.6.0 version...properties. After converting a workbook to HTML, the output file will...

    docs.aspose.com/cells/cpp/disable-exporting-fra...
  10. Unfreeze Rows or Columns of an Excel Worksheet ...

    In this article, you will learn how to unfreeze rows, columns, or panes of Excel worksheets programmatically using the Aspose.Cells for C++ API.... Construct a Workbook object to open the frozen...Startup (); // Instantiate a new Workbook U16String inputFilePath (...

    docs.aspose.com/cells/cpp/unfreeze-rows-or-colu...