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

workbook

(0.44 sec)
  1. Manage Legend of Excel Charts with C++|Document...

    Learn how to utilize Aspose.Cells for C++ to effectively utilize and customize chart legends in Microsoft Excel. Our comprehensive guide explains the legend's functionality, how to access and modify it, as well as how to improve visualization and data understanding with legends....Instantiating a Workbook object Workbook workbook ; // Adding a...worksheet to the Workbook object int sheetIndex = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/chart-legend/
  2. Inserting a WAV file as an Ole Object with C++|...

    Learn how to insert a WAV file as an OLE object in Excel worksheets using Aspose.Cells with C++....intIndex = 0 ; Workbook workbook ; Worksheet sheet = workbook . GetWorksheets..., 220.0 , aspImageData ); workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/inserting-a-wav-file-...
  3. Issue converting XLSX and XLSM files containing...

    We are converting XLSX and XLSM files to PDFs using the following code. static public string ConvertExcel(string inputFilePath = "", string outputFilePath = "") { string results = "SUCCESS"; try …...Load the workbook Workbook workbook = new Workbook(inputFilePath);...foreach (Worksheet sheet in workbook.Worksheets) { foreach (Shape...

    forum.aspose.com/t/issue-converting-xlsx-and-xl...
  4. Hiding and Showing Rows and Columns in Ruby|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....Instantiating a Workbook object by excel file path workbook = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/java/hiding-and-showing-r...
  5. Grouping and Ungrouping Rows and Columns in Rub...

    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 ( data_dir + 'Book1...

    docs.aspose.com/cells/java/grouping-and-ungroup...
  6. Using WorkbookMetadata with Python.NET|Document...

    Learn how to manage Workbook metadata efficiently using Aspose.Cells for Python via .NET API....a light-weight version of workbook into memory to edit its metadata...WorkbookMetadata class to load the workbook. The following sample code...

    docs.aspose.com/cells/python-net/using-workbook...
  7. Display or Hide Tabs 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 ( data_dir + 'Book1...

    docs.aspose.com/cells/java/display-or-hide-tabs...
  8. 使用 Python.NET 和 Aspose.Cells 计算 IFNA 函数|Documen...

    学习如何使用 Aspose.Cells for Python.NET 计算 Excel 文件中的 IFNA 函数。处理...found Orange 关键步骤说明 创建一个新的 Workbook 实例 访问工作表和单元格集合 在A列中填充源数据 设置可能产生...os from aspose.cells import Workbook # For complete examples and...

    docs.aspose.com/cells/zh/python-net/calculating...
  9. Search Data using Original Values with C++|Docu...

    Learn how to Search Data using Original Values through the Aspose.Cells for C++ API....); // Create workbook object Workbook workbook ; // Access first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/search-data-using-ori...
  10. 用Node.js通过C++取消工作表保护|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 const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Accessing the first worksheet...

    docs.aspose.com/cells/zh/nodejs-cpp/unprotect-a...