Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 102,712 for

workbook

(0.14 sec)
  1. 在 C++ 中使用 Aspose.Cells for C++ API 对字体应用上标和下标效果...

    使用 Aspose.Cells for C++ API,在 C++ 中对 Excel 中文本应用上标和下标效果的代码示例。...Instantiating a Workbook object Workbook workbook ; // Adding a...worksheet to the Excel object workbook . GetWorksheets (). Add ();...

    docs.aspose.com/cells/zh/cpp/apply-superscript-...
  2. Set Background Picture of a Worksheet in VSTO a...

    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....to a spreadsheet: Create a workbook and access the sheet you want...background image. Save the workbook. The code samples that follow...

    docs.aspose.com/cells/net/set-background-pictur...
  3. 使用 Node.js 通过 C++ 管理Microsoft Excel文件的工作表|Docum...

    使用Aspose.Cells for Node.js via C++添加、删除并激活工作表。...提供了一个类 Workbook ,它代表一个Excel文件。 Workbook 类包含一个 Workbook.getWorksheets()...向新的Excel文件添加工作表 要通过程序创建新的Excel文件: 创建 Workbook 类的对象。 调用 WorksheetCollection...

    docs.aspose.com/cells/zh/nodejs-cpp/manage-work...
  4. 单元格中的新行|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# Workbook workbook = new Workbook (); // Creating...Creating a Workbook object Worksheet sheet = workbook . Worksheets...

    docs.aspose.com/cells/zh/net/new-line-in-cells/
  5. Managing Ranges with Node.js via C++|Documentation

    Learn how to manage ranges in Excel using Aspose.Cells for Node.js via C++. Create ranges, set values, styles, and perform various operations....Cells provides a class, Workbook that represents a Microsoft...Excel file. The Workbook class contains a Workbook.getWorksheets()...

    docs.aspose.com/cells/nodejs-cpp/managing-ranges/
  6. 在Python中插入和删除行和列|Documentation

    使用Python Excel API在Python中创建Excel电子表格。在您的Python应用程序中无需MS Office即可插入或删除XLSX或XLS中的行。...Instantiating a Workbook object by excel file path workbook = self .... Workbook ( self . dataDir + "Book1.xls" ) \ # Accessing the...

    docs.aspose.com/cells/zh/java/inserting-and-del...
  7. Get the Version Number of the Application that ...

    Learn how to retrieve the version number of the application that created an Excel document using Aspose.Cells with C++....Cells provides the Workbook.GetVersion() property for...demonstrates the use of the Workbook.GetVersion() property. It...

    docs.aspose.com/cells/cpp/get-the-version-numbe...
  8. 在 Python 中创建或更新 PowerPoint 演示文稿图表|Aspose.Slides...

    了解如何使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 演示文稿中创建和自定义图表。内容涵盖在演示文稿中添加、格式化和编辑图表,并提供实用的 Python 代码示例。... workbook = chart . chart_data . chart_data_workbook # 删除默认生成的系列和类别。...chart_data . series . add ( workbook . get_cell ( worksheet_index...

    docs.aspose.com/slides/zh/python-net/create-chart/
  9. 将网页图片从URL加载到Excel工作表中,使用JavaScript通过C++|Documen...

    如何使用Aspose.Cells for JavaScript通过C++将URL中的图片转换为实际Excel图片。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...file provided, create a new workbook document . getElementById...

    docs.aspose.com/cells/zh/javascript-cpp/load-a-...
  10. 你好,世界|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.... PHP 代码 # Instantiating a Workbook object that represents a Microsoft...Microsoft Excel file. $workbook = new Workbook (); \ # Note when you...

    docs.aspose.com/cells/zh/java/hello-world/