Sort Score
Result 10 results
Languages All
Labels All
Results 471 - 480 of 82,045 for

workbook

(0.04 sec)
  1. Delete Named Ranges|Documentation

    You can learn how to remove defined names or named ranges from Excel or OpenOffice files with Aspose.Cells for Python via .Net....Microsoft Excel and open the workbook that contains the named range...Manager dialog box. Save the workbook to retain the changes. Deletes...

    docs.aspose.com/cells/python-net/delete-named-r...
  2. 显示和隐藏工作簿的选项卡|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提供了一个代表Microsoft Excel文件的Workbook类。Workbook类提供了广泛的属性和方法来管理Excel文...控制Excel文件中选项卡的可见性,开发人员可以使用Workbook类的 setShowTabs 方法。 Java //Instantiating...

    docs.aspose.com/cells/zh/java/display-and-hide-...
  3. Data Filtering with C++|Documentation

    Learn how to add data filter by using the Aspose.Cells for C++ API....class, Workbook that represents an Excel file. The Workbook class...xls" ; // Create workbook Workbook workbook ( inputFilePath );...

    docs.aspose.com/cells/cpp/data-filtering/
  4. Add Data in Cells|Documentation

    This article explains how to Add Data in Cells using Aspose.Cells for .NET APIs....Cells provides a class, Workbook, that represents a Microsoft...Microsoft Excel file. Workbook class contains a WorksheetCollection...

    docs.aspose.com/cells/net/add-data-in-cells/
  5. Manage Shape Text Options with C++|Documentation

    Learn how to manage shape text options programmatically using Aspose.Cells for C++....// Load the Excel file Workbook workbook ( "example.xlsx" ); Worksheet...Worksheet worksheet = workbook . GetWorksheets (). Get ( 0 );...

    docs.aspose.com/cells/cpp/managing-shape-text-o...
  6. 用C++设置字体|Documentation

    Aspose.Cells是一个用于处理电子表格文件的C++库。它支持设置单元格的字体,允许用户自定义单元格的字体样式和属性。本文将介绍如何使用Aspose.Cells库设置单元格字体。...Cells提供了一个类, Workbook ,它代表了一个Microsoft Excel文件。 Workbook 类包含一个 Worksheets...); // Create a new workbook Workbook workbook ; // Add a new worksheet...

    docs.aspose.com/cells/zh/cpp/cells-font-settings/
  7. 在xlsx4j中将每个工作表保存为不同的PDF|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....dataDir + "workbook.xlsx" ; //Instantiate a new workbook and open...from its location Workbook workbook = new Workbook ( filePath );...

    docs.aspose.com/cells/zh/java/save-each-workshe...
  8. 将每个工作表保存为不同的 PDF|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.... C# //Instantiate a new workbook and open the Excel //File...from its location Workbook workbook = new Workbook ( "../../data/test...

    docs.aspose.com/cells/zh/net/save-each-workshee...
  9. 在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 class RowsAndColumns : def...Instantiating a Workbook object by excel file path workbook = Workbook ( dataDir...

    docs.aspose.com/cells/zh/java/inserting-and-del...
  10. Grouping and Ungrouping Rows and Columns with N...

    Discover how to group and ungroup rows and columns in Excel using Aspose.Cells for Node.js via C++....Cells provides a class, Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a WorksheetCollection...

    docs.aspose.com/cells/nodejs-cpp/grouping-and-u...