Sort Score
Result 10 results
Languages All
Labels All
Results 921 - 930 of 21,314 for

worksheet

(0.07 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....stream , true ); // Add a new worksheet. WorksheetPart newWorksheetPart...newWorksheetPart . Worksheet = new Worksheet ( new SheetData ());...

    docs.aspose.com/cells/zh/net/open-a-spreadsheet...
  2. 使用Aspose.Cells for Node.js via C++计算IFNA函数|Docu...

    如何通过C++的Node.js使用Aspose.Cells库计算IFNA函数。加载现有Excel文件或创建新文件,然后计算IFNA函数以获取结果。最后,将修改后的Excel文件保存到磁盘。...workbook // Access first worksheet const worksheet = workbook . getWorksheets...); // Add data for VLOOKUP worksheet . getCells (). get ( "A1"...

    docs.aspose.com/cells/zh/nodejs-cpp/calculating...
  3. 使用 Node.js 和 C++ 对行和列进行分组与取消分组|Documentation

    了解如何使用 Aspose.Cells for Node.js via C++ 在 Excel 中对行列进行分组和取消分组。...工作表由 Worksheet 类表示。 Worksheet 类提供一个 Cells 集合,表示工作表中的所有单元格。...the first worksheet in the Excel file const worksheet = workbook...

    docs.aspose.com/cells/zh/nodejs-cpp/grouping-an...
  4. Hiding and Showing Rows and Columns|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....certain rows or columns in a worksheet and display them later. Microsoft...access each worksheet in the Excel file. A worksheet is represented...

    docs.aspose.com/cells/net/hiding-and-showing-ro...
  5. How to check Frozen State without Excel with C+...

    In this article, you will learn how to check the frozen state of an Excel Worksheet programmatically using C++ with the Aspose.Cells API....frozen state of an Excel worksheet programmatically. We can simply...simply find whether the worksheet is frozen or split in MS Excel...

    docs.aspose.com/cells/cpp/how-to-check-frozen-s...
  6. Calculating IFNA function using Aspose.Cells fo...

    How to calculate IFNA functions using the Aspose.Cells library for Node.js via C++. Load an existing Excel file or create a new one, and calculate the IFNA function to get the result. Finally, save the modified Excel file to disk....workbook // Access first worksheet const worksheet = workbook . getWorksheets...); // Add data for VLOOKUP worksheet . getCells (). get ( "A1"...

    docs.aspose.com/cells/nodejs-cpp/calculating-if...
  7. Change Slicer Properties with C++|Documentation

    Change the properties of a Slicer in Excel files using Aspose.Cells with C++....// Access first worksheet. Worksheet worksheet = workbook . GetWorksheets...inside the worksheet. ListObject table = worksheet . GetListObjects...

    docs.aspose.com/cells/cpp/change-slicer-propert...
  8. 如何用 Python.NET 设置打印区域|Documentation

    学习如何使用 Aspose.Cells for Python 在 Excel 文件中设置和清除打印区域 via .NET。...Access first worksheet worksheet = workbook . worksheets [ 0 ] # Set...Set print area to A1:D10 worksheet . page_setup . print_area...

    docs.aspose.com/cells/zh/python-net/how-to-set-...
  9. Data Binding|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....Binding Feature in Worksheets Binding Worksheet to a DataSet using...using GridWebs Worksheets Designer Creating Hierarchical View Sheet...

    docs.aspose.com/cells/net/data-binding/
  10. Importing Data from a DataTable to Grid|Documen...

    This article introduces how to import data in GridDesktop....the reference of a desired worksheet. Import the data table contents...to the worksheet. Set the column headers of the worksheet according...

    docs.aspose.com/cells/net/aspose-cells-griddesk...