Sort Score
Result 10 results
Languages All
Labels All
Results 1,451 - 1,460 of 102,518 for

workbook

(0.21 sec)
  1. Calculating IFNA function using Aspose.Cells fo...

    How to calculate the IFNA function using the Aspose.Cells library for Node.js via C++. Load an existing Excel file or create a new one, calculate the IFNA function to get the result, and finally save the modified Excel file to disk....xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/calculating-if...
  2. 如何管理日期和时间|Documentation

    学习如何通过Aspose.Cells for JavaScript用C++管理日期和时间。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Creating a new Workbook object const workbook = new Workbook (); // Set...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  3. 使用 JavaScript 通过 C++ 将 XLSB 的修订转换为 XLSM|Documen...

    学习如何完全将 XLSB 文件的修订转换为 XLSM 格式,使用 Aspose.Cells for JavaScript 通过 C++。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...// Open workbook from the uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  4. Disable Downlevel Revealed Comments while savin...

    Learn how to disable downlevel revealed comments when saving an Excel file to HTML using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , HtmlSaveOptions...Load sample workbook const workbook = new Workbook ( new Uint8Array...

    docs.aspose.com/cells/javascript-cpp/disable-do...
  5. 使用 C++ 通过 JavaScript 自定义 Ribbon XML|Documentation

    学习如何使用 C++ 通过 Script 自定义 Excel 的 Ribbon XML。..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...Loads the workbook from the uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/zh/javascript-cpp/customi...
  6. 使用C++通过JavaScript将JSON转换为CSV|Documentation

    学习如何使用C++和Aspose.Cells for JavaScript将JSON数据转换为CSV。..."text/javascript" > const { Workbook , SaveFormat , JsonLayoutOptions...Create empty workbook const workbook = new Workbook (); // Get...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  7. Disable Text Wrapping for Data Labels on the Ch...

    Learn how to disable text wrapping for data labels in charts using Aspose.Cells for JavaScript via C++. Our guide will show you how to prevent long labels from overlapping and provide more readable and clear chart displays...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...arrayBuffer (); // Instantiating a Workbook object by loading the uploaded...

    docs.aspose.com/cells/javascript-cpp/disable-te...
  8. Showing Cell Range as the Data Labels with Java...

    Learn how to show a range of cells as data labels in charts using Aspose.Cells for JavaScript via C++. Our guide will demonstrate how to link the labels to your data source and format them to provide accurate and meaningful information in your charts...."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...Create workbook from the source Excel file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/showing-ce...
  9. 通过 C++ 在 Node.js 中实现工作表视图|Documentation

    本文将介绍如何使用 Node.js 和相关 API 来与 Excel 工作簿和工作表的分页预览交互,还包括拆分窗格、冻结窗格和缩放比例的操作。...Cells提供了一个代表Microsoft Excel文件的 Workbook 班。 Workbook 班包含一个 Workbook.getWorksheets()...属性为Excel文件的第一个工作表启用页面分页预览模式。 通过创建 Workbook 班的实例打开book1.xls文件。通过将 Worksheet...

    docs.aspose.com/cells/zh/nodejs-cpp/worksheet-v...
  10. 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/ja/python-java/pyinstalle...