Sort Score
Result 10 results
Languages All
Labels All
Results 1,021 - 1,030 of 103,271 for

workbook

(0.09 sec)
  1. Determine if Paper Size of Worksheet is Automat...

    This article explains how to use the C++ API or library sample code to determine if Paper Size of Worksheet is Automatic programmatically....\\ " ); // Load the first workbook with automatic paper size...size set to false Workbook wb1 ( sourceDir + u "samplePageSetupIsAut-False...

    docs.aspose.com/cells/cpp/determine-if-paper-si...
  2. Format Rows and Columns with Node.js via C++|Do...

    Aspose.Cells for Node.js via C++ can support changing row height or column width, as well as applying formatting on rows or columns....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a WorksheetCollection...

    docs.aspose.com/cells/nodejs-cpp/adjusting-row-...
  3. 数据筛选与C++|Documentation

    学习如何使用Aspose.Cells for C++ API添加数据筛选。...Cells提供一个 Workbook 类,代表一个Excel文件。 Workbook 类包含一个 Worksheets...xls" ; // Create workbook Workbook workbook ( inputFilePath );...

    docs.aspose.com/cells/zh/cpp/data-filtering/
  4. How to apply/set text alignment to TextBox with...

    How to apply/set text alignment to TextBox in Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...getElementById ( 'fileInput' ); let workbook ; if ( fileInput . files ...

    docs.aspose.com/cells/javascript-cpp/applying-t...
  5. Convert Excel to PDF, Image and other formats|D...

    Convert Excel files to Word, Excel, PowerPoint, PDF, CSV, JPG, HTML, MHT, ODS, BMP, PNG, SVG, TIFF, XPS, JSON, SQL, XML and more....conversion means loading a workbook in one file format and saving...into another. Convert Excel Workbook to PDF PDF files are widely...

    docs.aspose.com/cells/net/convert-workbook-to-d...
  6. Manage Chart Workbooks in Presentations on Andr...

    Discover Aspose.Slides for Android via Java: effortlessly manage chart Workbooks in PowerPoint and OpenDocument formats to streamline your presentation data....Manage Chart Workbooks in Presentations on Android Contents [...and Write Chart Data from a Workbook Aspose.Slides provides the...

    docs.aspose.com/slides/androidjava/chart-workbook/
  7. 使用 JavaScript 通过 C++ 管理范围|Documentation

    学习如何用 C++ 版的 Script 管理 Excel 中的范围。创建范围,设置值、样式,执行各种操作。...t Excel文件的类, WorkbookWorkbook 类包含一个 Workbook.worksheets 集..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/managin...
  8. Replace text in SmartArt with JavaScript via C+...

    Learn how to replace text in SmartArt using Aspose.Cells for JavaScript via C++....of the major objects in a workbook. Many times there is a need..."text/javascript" > const { Workbook , SaveFormat , OoxmlSaveOptions...

    docs.aspose.com/cells/javascript-cpp/replace-te...
  9. 通过C++用JavaScript打开文件的不同方法|Documentation

    本文介绍如何使用Aspose.Cells for JavaScript通过C++ API打开Excel文件... 如何通过路径打开Excel文件 开发者可以通过在 Workbook 类构造函数中指定本地计算机上的文件路径,打开 Microsoft...Aspose.Cells Example - Open Workbook </ title > </ head > < body...

    docs.aspose.com/cells/zh/javascript-cpp/differe...
  10. 从数组导入|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 workbook = new Workbook (); //Adding...worksheet to the Workbook object int i = workbook . Worksheets ...

    docs.aspose.com/cells/zh/net/importing-from-array/