Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 103,887 for

workbook

(0.34 sec)
  1. 通过C++使用Node.js管理评论和笔记|Documentation

    用Aspose.Cells for Node.js via C++插入和管理评论或笔记。...Instantiating a Workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Adding a new worksheet to the Workbook object...

    docs.aspose.com/cells/zh/nodejs-cpp/comments-an...
  2. HTML with C++|Documentation

    Convert Excel to HTML and MHTML format using Aspere.Cells with C++....[ Hide ] Converting Excel Workbook to HTML The Aspose.Cells API...below shows how to save a workbook as an HTML file using C++:...

    docs.aspose.com/cells/cpp/convert-excel-to-html/
  3. Headings And Body Theme Font with C++|Documenta...

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports setting heading and body theme fonts in Excel documents, enabling users to customize the appearance and style of the document. This article will introduce how to use the Aspose.Cells library to work with heading and body theme fonts in Excel documents....(); // Create a workbook object Workbook workbook ( u "Book1.xlsx"...style Style defaultStyle = workbook . GetDefaultStyle (); // Get...

    docs.aspose.com/cells/cpp/headings-and-body-the...
  4. Specifying Significant Digits to be Stored in E...

    Learn how to specify significant digits to be stored in an Excel file using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , CellsHelper...new workbook (matches original Node behavior) let workbook ; if...

    docs.aspose.com/cells/javascript-cpp/specifying...
  5. Set Data source for the chart with JavaScript v...

    Learn about the various data sources supported by Aspose.Cells for JavaScript via C++. Our guide will walk you through the different types of data sources available and show you how to connect and retrieve data from them to populate your worksheets...."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...Instantiate a new Workbook const workbook = new Workbook (); // Adding...

    docs.aspose.com/cells/javascript-cpp/data-forma...
  6. 用JavaScript通过C++指定在Excel文件中存储的重要数字位数|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++指定Excel文件中存储的有效数字位数。..."text/javascript" > const { Workbook , SaveFormat , CellsHelper...new workbook (matches original Node behavior) let workbook ; if...

    docs.aspose.com/cells/zh/javascript-cpp/specify...
  7. Find Query Tables and List Objects related to E...

    Learn how to find Query Tables and List Objects related to External Data Connections using Aspose.Cells for Node.js via C++....); function printTables ( workbook , externalConnection ) { //...worksheets for ( let j = 0 ; j < workbook . getWorksheets (). getCount...

    docs.aspose.com/cells/nodejs-cpp/find-query-tab...
  8. Search Data using Original Values|Documentation

    Learn how to Search Data using Original Values through the Aspose.Cells for JavaScript via C++ API...."text/javascript" > const { Workbook , SaveFormat , FindOptions...getElementById ( 'fileInput' ); let workbook ; if ( fileInput . files ...

    docs.aspose.com/cells/javascript-cpp/search-dat...
  9. Web Extensions - Office Add-ins with JavaScript...

    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 , WebExtensionStoreTyp...a new workbook or load from selected file let workbook ; if (...

    docs.aspose.com/cells/javascript-cpp/web-extens...
  10. 通过C++设置Excel和ODS文件的条件格式|Documentation

    如何在C++中对Excel和ODS文件应用条件格式。...// Open the Excel file Workbook workbook ( inputFilePath ); //...file Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/conditional-format...