Sort Score
Result 10 results
Languages All
Labels All
Results 2,201 - 2,210 of 102,524 for

workbook

(0.11 sec)
  1. example.py

    import os from jpype import * __cells_jar_dir__ = os.path.dirname(__file__) addClassPath(os.path.join(__cells_jar_dir__, "aspose-cells-23.1.jar")) addClassPath(os.path.join(__cells_jar_dir__, "bcpr......api import Workbook, FileFormatType, CellsHelper...getVersion()) workbook = Workbook(FileFormatType.XLSX) workbook.getWorksheets()...

    docs.aspose.com/cells/fr/python-java/pyinstalle...
  2. Utilize Sheet.SheetId property of OpenXml using...

    This article demonstrates how to utilize the Sheet.SheetId property of OpenXml using Excel manipulation with Aspose.Cells for JavaScript via C++ programmatically....property and its value inside workbook.xml as shown in the following..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/utilize-sh...
  3. 使用 C++ 的 JavaScript 管理文档属性|Documentation

    学习如何通过 C++ API 管理文档属性。...Cells的 Workbook 类代表Excel文件,类似Excel文件, Workbook 类可以包含多个工作表,每个由..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/managin...
  4. Automatically refresh OLE object via Microsoft ...

    Learn how to automatically refresh OLE objects in Excel using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/automatica...
  5. Delete Pivot Table from a Worksheet|Documentation

    Aspose.Cells for JavaScript via C++ code to remove PivotTable for Excel Worksheets..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Instantiate Workbook from uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/javascript-cpp/delete-piv...
  6. Cut and Paste Range with JavaScript via C++|Doc...

    Learn how to cut and paste cells within a worksheet using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , ShiftType }...Create a new workbook const workbook = new Workbook (); const worksheet...

    docs.aspose.com/cells/javascript-cpp/cut-and-pa...
  7. 用JavaScript用C++实现扩展Aspose.Cells默认计算引擎的自定义计算引擎|D...

    本文介绍如何通过用JavaScript用C++利用Aspose.Cells库实现自定义计算引擎,扩展JavaScript中的默认计算引擎。加载现有Excel文件或创建新文件,使用提供的方法,保存修改后的Excel文件。..."text/javascript" > const { Workbook , SaveFormat , CalculationOptions...instance of Workbook const workbook = new Workbook (); // Access...

    docs.aspose.com/cells/zh/javascript-cpp/impleme...
  8. 使用JavaScript通过C++生成Pdf|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++将Excel工作簿转换为PDF。...只需使用 Workbook 类的 save(string, SaveFormat)...按以下步骤直接将Excel电子表格转换为PDF格式: 通过调用其空构造函数实例化 Workbook 类的对象。 您可以打开/加载现有模板文件,或者如果您是从头开始创建工作簿,则跳过此步骤。...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  9. Excel file becomes corrupted after removing wat...

    Hi Aspose Support Team, I’m encountering a file corruption issue when processing Excel Workbooks with Aspose.Cells. We have purchased your license Issue Description: After editing a large Excel file that contains man…...issue when processing Excel workbooks with Aspose.Cells. We have...you trust the source of this workbook, click Yes.” If I click “Yes...

    forum.aspose.com/t/excel-file-becomes-corrupted...
  10. XLSX to PDF only the first rows are rendered - ...

    Hi team, I’m converting an Excel file (.xlsx) to PDF. The PDF only shows the first rows of the sheet; the rest of the rows are not rendered. I’m attaching the original Excel and a screenshot of the output where the trun…...xlsx (original workbook screenshot-missing-rows.png...the workbook Final export to PDF (the generated workbook stream...

    forum.aspose.com/t/xlsx-to-pdf-only-the-first-r...