Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 82,029 for

workbook

(0.05 sec)
  1. How to Print Excel as Fitted Pages Wide and Tal...

    This article shows you code explaining how to How to Set FitToPagesWide and FitToPagesTall using Aspose.Cells library with C++....these steps: Open your Excel workbook and go to the sheet you want...Instantiate a Workbook object Workbook workbook ( U16String (...

    docs.aspose.com/cells/cpp/how-to-print-excel-as...
  2. 用 C++ 在 Excel 工作表中分屏|Documentation

    在本文中,您将学习如何通过编程方式使用 C++ 将工作表分成两部分或四部分,以在不同的窗格中显示特定的行和/或列。...Instantiate a new Workbook. Workbook workbook ( u "Book1.xlsx"...worksheet in the workbook. Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/how-to-split-scree...
  3. 在 Ruby 中插入和删除行和列|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....Instantiating a Workbook object by excel file path workbook = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/zh/java/inserting-and-del...
  4. 使用Python.NET计算Excel 2016的MINIFS和MAXIFS函数|Docume...

    了解如何使用Aspose.Cells for Python via .NET API计算Excel 2016的MINIFS和MAXIFS函数,并附有示例代码。...2016的MINIFS和MAXIFS函数 以下示例代码加载 样例Excel文件 ,调用 workbook.calculate_formula() 方法,通过Aspose...os from aspose.cells import Workbook , PdfSaveOptions # For complete...

    docs.aspose.com/cells/zh/python-net/calculation...
  5. Aspose.Cells 8.2.2中的公共API更改|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 book = new Workbook ( "sample.xlsx"...以获取更多信息。 Java Workbook workbook = new Workbook ( "sample.xlsx"...

    docs.aspose.com/cells/zh/java/public-api-change...
  6. 在PHP中保存文件|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....for PHP 将文件保存到某个存储位置,他们可以在调用 Workbook 对象的 save 方法时简单地指定文件名(包括完整的存储路径)和所需的文件格式(使用...//Creating an Workbook object with an Excel file path $workbook = new...

    docs.aspose.com/cells/zh/java/saving-files-in-php/
  7. 使用C++重用样式对象|Documentation

    在Aspose.Cells for C++中,通过创建和使用可重用的样式对象,可以简化样式管理并提高代码效率。我们的指南将帮助您利用可重用样式对象的优势,并将其实现于您的应用程序中。...); // Create workbook object Workbook workbook ; // Access the...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/reusing-style-obje...
  8. 创建一个电子表格文档|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.... Workbook ); // Add a WorkbookPart to...(); workbookpart . Workbook = new Workbook (); // Add a WorksheetPart...

    docs.aspose.com/cells/zh/net/create-a-spreadshe...
  9. Show and Hide Rows Columns and Scroll Bars with...

    This article demonstrates how to programmatically display and hide Excel worksheet rows and columns using Node.js via C++. Control the visibility of scroll bars and hide multiple rows and columns efficiently....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a getWorksheets()...

    docs.aspose.com/cells/nodejs-cpp/show-and-hide-...
  10. 在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/grouping-and-ungr...