Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 82,029 for

workbook

(0.06 sec)
  1. 使用Node.js通过C++加密和解密Excel文件|Documentation

    如何使用Node.js通过C++加密和解密Excel文件。锁定和解锁Excel文件。...Instantiate a Workbook object. // Open an excel file. const workbook = new...new AsposeCells . Workbook ( filePath ); // Specify XOR encryption...

    docs.aspose.com/cells/zh/nodejs-cpp/encrypt-and...
  2. 使用C++将文件保存到响应对象|Documentation

    学习如何使用Aspose.Cells for C++动态保存文件并直接发送给客户端浏览器。...); // Create a new workbook Workbook workbook ; // Save in Excel2003...XlsSaveOptions saveOptions ; workbook . Save ( outputPath , saveOptions...

    docs.aspose.com/cells/zh/cpp/saving-file-to-res...
  3. 使用C++设置图表数据源|Documentation

    了解Aspose.Cells for C++支持的各种数据源。我们的指南将引导您了解不同类型的数据源,以及如何连接和从中检索数据以填充工作表。...Instantiating a Workbook object Workbook workbook ; // Adding a...Excel object int sheetIndex = workbook . GetWorksheets (). Add ();...

    docs.aspose.com/cells/zh/cpp/data-formatting-in...
  4. Export Worksheet CSS Separately in Output HTML ...

    Learn how to export worksheet CSS separately when converting Excel files to HTML using Aspose.Cells for C++....Startup (); // Create workbook object Workbook wb ; // Access first...SetExportWorksheetCS ( true ); // Save the workbook in html wb . Save ( u "outputExportWorkshee...

    docs.aspose.com/cells/cpp/export-worksheet-css-...
  5. Display or Hide Scroll Bars in Aspose.Cells|Doc...

    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....class, Workbook that represents an Excel file. The Workbook class...Open ); //Instantiating a Workbook object //Opening the Excel...

    docs.aspose.com/cells/net/display-or-hide-scrol...
  6. Find Specific Word Occurrence|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...."List All Worksheets in a Workbook.xls" ; //Open the excel file...Excel . Workbook ThisWorkbook = excelApp . Workbooks . Open (...

    docs.aspose.com/cells/net/find-specific-word-oc...
  7. Setting Page Options in Ruby|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 by excel file path workbook = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new # Accessing the first...

    docs.aspose.com/cells/java/setting-page-options...
  8. Hiding and Showing Rows and Columns with C++|Do...

    Learn how to hide and show rows and columns in Excel files programmatically using Aspose.Cells with C++....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a WorksheetCollection...

    docs.aspose.com/cells/cpp/hiding-and-showing-ro...
  9. Using ChartGlobalizationSettings Class to Set D...

    Learn how to use the ChartGlobalizationSettings class in Aspose.Cells for C++ to set different languages for chart components. Our guide will help you understand how to localize chart elements, labels, and legends to different languages, allowing you to present your data in a culturally appropriate way....Create an instance of existing Workbook U16String pathName = u "input..."input.xlsx" ; Workbook workbook ( pathName ); // Set custom chartGlobalizationSe...

    docs.aspose.com/cells/cpp/using-chartglobalizat...
  10. Different Ways to Open Files with Node.js via C...

    This article explains how to open an Excel file using Aspose.Cells for Node.js via C++ API....computer by specifying it in the Workbook class constructor. Simply...through Path // Creating a Workbook object and opening an Excel...

    docs.aspose.com/cells/nodejs-cpp/different-ways...