Sort Score
Result 10 results
Languages All
Labels All
Results 2,481 - 2,490 of 102,525 for

workbook

(0.15 sec)
  1. 用 C++ 管理 Excel 图表的标题|Documentation

    学习如何使用 Aspose.Cells for C++ 在 Microsoft Excel 中添加和格式化图表及轴标题。我们的指南将演示如何设置不同类型的标题,调整其外观,并修改轴标题以更好地展示数据和提高清晰度。...Instantiating a Workbook object Workbook workbook ; // Adding a...worksheet to the Workbook object int sheetIndex = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/chart-and-axis-tit...
  2. 通过 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...
  3. Add Filter in Pivot Table|Documentation

    Learn how to add a filter in pivot table with Aspose.Cells for JavaScript via C++.... Finally, it saves the workbook in output XLSX format. After..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...

    docs.aspose.com/cells/javascript-cpp/add-filter...
  4. 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...
  5. Chart lines disappear when the chart is saved a...

    Hello, I’m trying to save a line chart as an image, but during the process, the chart lines are getting lost. Is this a bug in Aspose? Workbook Workbook = new Workbook(new FileInputStream("C:\\lines.xlsx")); Chart char…... Workbook workbook = new Workbook(new FileInputStream("C:\\lines...es.xlsx")); Chart chart = workbook.getWorksheets().get(0).getCharts()...

    forum.aspose.com/t/chart-lines-disappear-when-t...
  6. Manage data of Excel files with C++|Documentation

    This article describes how to view and edit data of Excel files with Aspose.Cells library using C++....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/cpp/view-and-edit-excel-d...
  7. How to Remove Formula in Excel using Python

    This article guides on how to remove formula in Excel using Python. It provides environment settings, a list of steps and a runnable sample code to clear formula in Excel using Python....remove formula Load the target workbook with a formula Access the...formula cell Save the resultant workbook with data only These steps...

    kb.aspose.com/cells/python/how-to-remove-formul...
  8. HTML|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....[ Hide ] Converting Excel Workbook to HTML The Aspose.Cells API...below shows how to save a workbook as an HTML file using Python:...

    docs.aspose.com/cells/python-net/convert-excel-...
  9. Use Error Checking Options|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....Create a workbook and open a template spreadsheet Workbook workbook...workbook = new Workbook ( "d:\\files\\Book1.xls" ); // Get the first...

    docs.aspose.com/cells/java/use-error-checking-o...
  10. 通过Node.js和C++管理Excel图表的数据标签|Documentation

    学习如何使用Aspose.Cells for Node.js via C++有效管理Excel图表中的数据标签。本指南涵盖添加、删除和修改标签等各种管理任务,以增强图表的可读性和实用性。...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/insert-data...