Sort Score
Result 10 results
Languages All
Labels All
Results 2,971 - 2,980 of 100,085 for

workbook

(0.09 sec)
  1. How to Lock Cells to Protect Them with C++|Docu...

    This article shows you code explaining how to lock cells to protect them using the Aspose.Cells library with C++....// Load the Excel file Workbook workbook ( u "sample.xlsx" ); //...worksheet Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/how-to-lock-cells-to-...
  2. Show and Hide Rows Columns and Scroll Bars|Docu...

    This article demonstrates how to programmatically display and hide Excel worksheet rows and columns using the Aspose.Cells for Python via .NET API. The visibility of scroll bars can be adjusted, and several rows and columns can be hidden....NET provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/python-net/show-and-hide-...
  3. Customize Globalization Settings for Pivot Tabl...

    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...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...arrayBuffer (); // Instantiate a Workbook object by opening the uploaded...

    docs.aspose.com/cells/javascript-cpp/customize-...
  4. 使用 C++ 获取页眉或页脚|Documentation

    本文介绍如何使用 C++ API 或库以编程方式获取Excel或OpenOffice文件中的页眉和页脚。...01_SourceDirectory \\ " ); Workbook workbook ( srcDir + u "HeaderFooter...xlsx" ); Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/get-headers-or-foo...
  5. 通过Node.js与C++自定义图表|Documentation

    了解如何在Aspose.Cells for Node.js via C++中自定义图表。我们的指南将指导您如何修改图表布局、添加和格式化数据系列、调整轴线以及应用各种格式化选项,以改善图表的外观和实用性。...__dirname , "data" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook (); // Adding...

    docs.aspose.com/cells/zh/nodejs-cpp/customizing...
  6. Different Ways to Open Files|Documentation

    This article explains how to open an Excel file using the Aspose.Cells for .NET API....computer by specifying it in the Workbook class constructor. Simply...Sheets Only While loading a Workbook , you may only need data in...

    docs.aspose.com/cells/net/different-ways-to-ope...
  7. Apply Conditional Formatting in Worksheets with...

    How to use Aspose.Cells library in C++ to apply conditional formatting in worksheets. By adjusting these criteria, you have more control over how cells look and appear....Instantiating a Workbook object Workbook workbook ; // Get the first...worksheet Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/apply-conditional-for...
  8. How to create a tornado chart with JavaScript v...

    Learn how to create a tornado chart with Aspose.Cells for JavaScript via C++ API.... Finally, it saves the workbook to output XLSX format . The..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/create-tor...
  9. Customize Globalization Settings for Pivot Tabl...

    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....file const workbook = new AsposeCells . Workbook ( path . join..."samplePivotTableGlob.xlsx" )); workbook . getSettings (). setGlobalizationSett...

    docs.aspose.com/cells/nodejs-cpp/customize-glob...
  10. 获取创建 Excel 文档的应用程序的版本号,使用 C++ 通过 JavaScript|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....for JavaScript 通过 C++ 提供了 Workbook.builtInDocumentPrope 属性来实现此目的。...属性来实现此目的。 以下示例代码演示了如何使用 Workbook.builtInDocumentPrope 属性。它加载由Microsoft...

    docs.aspose.com/cells/zh/javascript-cpp/get-the...