Sort Score
Result 10 results
Languages All
Labels All
Results 901 - 910 of 82,060 for

workbook

(0.08 sec)
  1. 使用Node.js via 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...."data" ); // Create workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Source worksheet const srcSheet = workbook...

    docs.aspose.com/cells/zh/nodejs-cpp/copy-row-he...
  2. 用C++更改数据透视表的布局|Documentation

    学习如何使用Aspose.Cells for C++以紧凑、轮廓和表格式在数据透视表中更改布局。...Create workbook object from source excel file Workbook workbook...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/changing-the-layou...
  3. Display Bullets by setting Cell Value using HTM...

    Add bullets to Excel Cells using HTML and the easy to use Aspose.Cells for C++ API....Cells-for-C // Create workbook object Workbook workbook ; // Access first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/display-bullets-by-se...
  4. 使用 Chart.SetChartDataRange 方法与 C++ 轻松设置图表的方法|Do...

    学习如何在 Aspose.Cells for C++ 中轻松使用 Chart.SetChartDataRange 方法设置图表。我们的指南将向您展示如何指定图表的数据范围,让您能以最少的努力创建专业且准确的图表。...Cells-for-C // Create new workbook Workbook workbook ( FileFormatType...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/easy-way-for-chart...
  5. Excel to Pdf Conversion in Jython|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.... cells import Workbook from com . aspose . cells...saveFormat = SaveFormat workbook = Workbook ( dataDir + "Book1.xls"...

    docs.aspose.com/cells/java/excel-to-pdf-convers...
  6. Saving Excel files to CSV, PDF and other format...

    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....would also need to save your workbook (file). Aspose.Cells provides...API provides a class named Workbook that represents an Excel file...

    docs.aspose.com/cells/java/saving-excel-files-t...
  7. How to Control Sheet Tab Bar with Node.js via C...

    Learn how to control the sheet tab bar using Aspose.Cells for Node.js via C++....example shows how to: Create a workbook. Add data to cells in the..."sample.xlsx" ); // Loads the workbook which contains hidden external...

    docs.aspose.com/cells/nodejs-cpp/how-to-control...
  8. Extract Theme Data from Excel File with C++|Doc...

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports extracting theme data from Excel files, allowing users to obtain the style and formatting information of documents. This article will introduce how to extract theme data from Excel files using the Aspose.Cells library....theme name applied to the workbook and the theme color applied...can apply a theme to your workbook using Microsoft Excel via...

    docs.aspose.com/cells/cpp/extract-theme-data-fr...
  9. Convert Spreadsheet to PDF in xlsx4j|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....Java Workbook workbook = new Workbook ( dataDir + "workbook.xls"...the document in PDF format workbook . save ( dataDir + "AsposeConvert...

    docs.aspose.com/cells/java/convert-spreadsheet-...
  10. Format cells with Node.js via C++|Documentation

    Learn how to format and style cells in Aspose.Cells for Node.js via C++, including number formatting, date formatting, font styles, and other cell style options. Our guide will help you create attractive and professional-looking spreadsheets....Instantiating a Workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Obtaining the reference of the first worksheet...

    docs.aspose.com/cells/nodejs-cpp/cells-formatting/