Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 19,896 for

worksheet

(0.2 sec)
  1. Export DataTable from GridWeb|Documentation

    This article introduces how to export datatable in GridWeb.... Exporting Worksheet Data To a Specific DataTable...DataTable To export worksheet data to a specific DataTable object:...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  2. Managing Page Breaks|Documentation

    This article provides sample code and explains how to add page breaks, clear page breaks, or delete specific page breaks in Excel Worksheets programmatically using the C# API or .NET Library....into any selected cell of a worksheet. The location of the cell... page breaks divide your worksheet into multiple pages according...

    docs.aspose.com/cells/net/managing-page-breaks/
  3. Merging and Unmerging Cells with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files, which supports merging and unmerging cells. This article will introduce how to merge and unmerge cells using the Aspose.Cells library, and how to customize the merged cell style....can also merge cells in a worksheet. You may unmerge, or split...settings. Merging Cells in a Worksheet Merging Cells in Microsoft...

    docs.aspose.com/cells/cpp/merging-and-unmerging...
  4. Calculate Page Setup Scaling Factor with C++|Do...

    This article provides sample code explaining how to use the C++ API or library to calculate Page Setup scaling factor using Fit to n page(s) wide by m tall option of Excel Worksheet programmatically....// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...some data in these cells worksheet . GetCells (). Get ( u "A4"...

    docs.aspose.com/cells/cpp/calculate-page-setup-...
  5. 使用C++将范围插入Excel|Documentation

    学习如何使用Aspose.Cells和C++将范围插入Excel文件。...the worksheets in the book. WorksheetCollection worksheets = workbook...first worksheet in the worksheets collection. Worksheet worksheet...

    docs.aspose.com/cells/zh/cpp/insert-ranges-to-e...
  6. Creating Subtotals|Documentation

    Learn how to create subtotals for any repeating values in a spreadsheet by using the Aspose.Cells for Node.js via C++ API....simple data list in the first worksheet of the workbook (as shown...Workbook class contains a Worksheets collection that allows access...

    docs.aspose.com/cells/nodejs-cpp/creating-subto...
  7. Public API Changes in Aspose.Cells 8.5.0|Docume...

    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....CalculateFormula(CalculationOptions) Worksheet.CalculateFormula(CalculationOptions...//Source worksheet Worksheet srcSheet = workbook . Worksheets [ 0...

    docs.aspose.com/cells/net/public-api-changes-in...
  8. 插入和删除Excel文件的行和列|Documentation

    本文演示如何使用 Aspose.Cells for Node.js via C++ API 在 Excel 中插入和删除行列。...类包含一个 Worksheets 集合,可以访问 Excel 文件中的每个工作表。工作表由 Worksheet 类表示。 Worksheet...Worksheet 类提供一个 getCells() 集合,表示工作表中的所有单元格。 getCells() 集合提供多...

    docs.aspose.com/cells/zh/nodejs-cpp/inserting-a...
  9. Creating Subtotals|Documentation

    Learn how to create subtotals for any repeating values in a spreadsheet by using the Aspose.Cells for .NET API....simple data list in the first worksheet of the workbook (as shown...Workbook class contains a Worksheets collection that allows access...

    docs.aspose.com/cells/net/creating-subtotals/
  10. Managing Page Breaks 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....Code $worksheets = $workbook -> getWorksheets (); $worksheet = $worksheets...$worksheets -> get ( 0 ); $h_page_breaks = $worksheet -> getHorizontalPageBre...

    docs.aspose.com/cells/java/managing-page-breaks...