Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 36,660 for

workbook

(0.08 sec)
  1. Copying and Moving Worksheets in 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....Worksheets Copy Worksheets within a Workbook To copy worksheet using Aspose...the sheets of the Workbook. $sheets = $workbook -> getWorksheets...

    docs.aspose.com/cells/java/copying-and-moving-w...
  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.... Workbook ); // Add a WorkbookPart to...(); workbookpart . Workbook = new Workbook (); // Add a WorksheetPart...

    docs.aspose.com/cells/zh/net/create-a-spreadshe...
  3. 组装电子表格|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提供了一个名为Workbook的类,表示Excel文件。Workbook类包含了一个Worksheets...向新的Excel文件添加工作表 要通过程序创建新的Excel文件: 创建Workbook类的对象 调用Worksheets集合的Add方法。...

    docs.aspose.com/cells/zh/net/assemble-spreadshe...
  4. Setting Margins with Node.js via C++|Documentation

    In this article, you will learn how to set the margins of an Excel worksheet using sample code. Also learn how to programmatically set margins for page center, header, and footer using the Node.js API via C++....class, Workbook , that represents an Excel file. The Workbook class...class contains the Workbook.getWorksheets() collection that allows...

    docs.aspose.com/cells/nodejs-cpp/setting-margins/
  5. 如何用 Python.NET 设置打印区域|Documentation

    学习如何使用 Aspose.Cells for Python 在 Excel 文件中设置和清除打印区域 via .NET。...# Load sample workbook workbook = ac . Workbook ( "input.xlsx"...first worksheet worksheet = workbook . worksheets [ 0 ] # Set print...

    docs.aspose.com/cells/zh/python-net/how-to-set-...
  6. Merge Multiple Worksheets into a Single Workshe...

    Combine multiple worksheets into single worksheet by using Java code and Aspose.Cells for Java API....example that reads a source workbook and combines the data of all...worksheet inside a destination workbook. How to Combine Worksheets...

    docs.aspose.com/cells/java/combine-multiple-wor...
  7. Inserting and Deleting Rows and Columns of Exce...

    This article shows how to insert and delete rows and columns using the Aspose.Cells for C++ API....Cells provides a class Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/cpp/inserting-and-deletin...
  8. How to Control Sheet Tab Bar with C++|Documenta...

    Learn how to Control Sheet Tab Bar through the Aspose.Cells for C++ API....example shows how to: Create a workbook. Add data to cells in the...(); // Create a Workbook object Workbook workbook ; // Obtain the...

    docs.aspose.com/cells/cpp/how-to-control-sheet-...
  9. Copy fragments and worksheets between Workbooks...

    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....fragments and worksheets between Workbooks Contents [ Hide ] Sometimes...you might want to create a workbook with sheets that contain the...

    docs.aspose.com/cells/net/copy-fragments-and-wo...
  10. Font Settings with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports setting the font settings of cells, allowing users to customize the font style and properties of cells. This article will introduce how to use the Aspose.Cells library to set cell font settings....Cells provides a class, Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/cpp/cells-font-settings/