Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 102,538 for

workbook

(0.09 sec)
  1. 组装电子表格|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...
  2. Change Adjustment Values of the Shape with Node...

    Learn how to change adjustment values of shapes in Excel using Aspose.Cells for Node.js via C++....Create workbook object from source excel file const workbook = new...new AsposeCells . Workbook ( path . join ( dataDir , "source_shapes...

    docs.aspose.com/cells/nodejs-cpp/change-adjustm...
  3. Working with ContentTypeProperties with C++|Doc...

    Add custom ContentTypeProperties to an Excel file using Aspose.Cells with C++....Cells provides Workbook.ContentTypePropertie.Add method...Create a new workbook with XLSX format Workbook workbook ( FileFormatType...

    docs.aspose.com/cells/cpp/working-with-contentt...
  4. 如何用 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-...
  5. Data Filtering with C++|Documentation

    Learn how to add a 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/
  6. Convert-Excel-to-JSON with C++|Documentation

    Learn how to convert Excel file to JSON with Aspose.Cells using C++....Cells supports converting a Workbook to JSON (JavaScript Object...Notation) file. Convert Excel Workbook to JSON No need to wonder...

    docs.aspose.com/cells/cpp/convert-excel-to-json/
  7. Set External Links in Formulas in Aspose.Cells|...

    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....//Instantiate a new Workbook. Workbook workbook = new Workbook (); //Get...worksheet Worksheet sheet = workbook . Worksheets [ 0 ]; //Get...

    docs.aspose.com/cells/net/set-external-links-in...
  8. 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/
  9. Create New Worksheet|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....worksheet to a workbook Java //Instantiating a Workbook object Workbook...Workbook workbook = new Workbook (); //Adding a new worksheet to...

    docs.aspose.com/cells/java/create-new-worksheet/
  10. Managing Ranges with C++|Documentation

    Learn how to manage ranges in Excel files using Aspose.Cells with C++. Create, modify, and style ranges programmatically....Cells provides a class Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/cpp/managing-ranges/