Sort Score
Result 10 results
Languages All
Labels All
Results 2,591 - 2,600 of 82,060 for

workbook

(0.07 sec)
  1. 在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....chart_to_image () # Create a new Workbook. workbook = Rjb :: import ( 'com...'com.aspose.cells.Workbook' ) . new # Get the first worksheet....

    docs.aspose.com/cells/zh/java/converting-chart-...
  2. GridJs Multi-Language Configuration Guide|Docum...

    This tutorial will guide you through configuring multi-language support...( sb == null ) { Workbook wb = new Workbook ( file ); wbj . ImportExcelFile...if (! isdone ) { Workbook wb = new Workbook ( file ); wbj . ImportExcelFile...

    docs.aspose.com/cells/net/aspose-cells-gridjs/h...
  3. 使用C++访问和修改单元格富文本部分|Documentation

    学习如何通过Aspose.Cells for C++ API访问和更新单元格富文本的部分内容。...xlsx" ; Workbook workbook ( inputPath ); Worksheet...Worksheet worksheet = workbook . GetWorksheets (). Get ( 0 ); Cell...

    docs.aspose.com/cells/zh/cpp/access-and-update-...
  4. Delete redundant spaces after line break while ...

    Learn how to delete redundant spaces after line breaks while importing HTML using Aspose.Cells for C++.... size ())); Workbook workbook ( data , loadOptions );...WorksheetCollection sheets = workbook . GetWorksheets (); Worksheet...

    docs.aspose.com/cells/cpp/delete-redundant-spac...
  5. 导入HTML时避免大数字的指数表示法|Documentation

    学习如何在用编号Aspose.Cells for C++导入HTML时避免大数字的指数表示法。... size ())); Workbook workbook ( data , loadOptions );...); Worksheet sheet = workbook . GetWorksheets (). Get ( 0 );...

    docs.aspose.com/cells/zh/cpp/avoid-exponential-...
  6. 通过 Node.js 和 C++ 设置页眉和页脚|Documentation

    本文介绍了如何通过 Aspose.Cells for Node.js via C++ 编程方式在 Excel 工作表的页眉和页脚中插入图片。...xlsx" ); // Loads the workbook which contains hidden external...excel = new AsposeCells . Workbook (); // Obtaining the reference...

    docs.aspose.com/cells/zh/nodejs-cpp/setting-hea...
  7. Pdf|Documentation

    Learn how to converT Excel to PDF with Aspose.Cells for Python via .NET API....supports conversion of Excel Workbook into PDF. In this example...an Excel Workbook into PDF. Converting Excel Workbook to PDF PDF...

    docs.aspose.com/cells/python-net/convert-excel-...
  8. Working with ContentTypeProperties|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....NET provides Workbook.content_type_properties.add()...Sample Code Replace text in a workbook using Regular Expression Release...

    docs.aspose.com/cells/python-net/working-with-c...
  9. Create Dynamic Charts|Documentation

    Learn how to create dynamic charts in Aspose.Cells for .NET. Our guide will show you how to dynamically update chart data, series, and formatting based on your requirements, allowing you to present changing data visually in your worksheets....understand, we will create the Workbook from scratch and move forward...outlined below. Create an empty Workbook . Access the Cells of the...

    docs.aspose.com/cells/net/create-dynamic-charts/
  10. Manage Worksheets of Microsoft Excel files.|Doc...

    This article shows how to Manage Worksheets of Microsoft Excel files by the Aspose.Cells for Python via .NET API....class, Workbook that represents an Excel file. The Workbook class...programmatically: Create an object of the Workbook class. Call the add method...

    docs.aspose.com/cells/python-net/manage-workshe...