Sort Score
Result 10 results
Languages All
Labels All
Results 1,971 - 1,980 of 18,998 for

rows

(0.11 sec)
  1. 导出 Excel 数据以填写 PDF 表单|Aspose.PDF for .NET

    本节解释了如何使用 AutoFiller 类导出 Excel 工作表数据以填写 PDF 表单。...Exporting the contents of 7 rows and 2 columns starting from...DataRow row ; for ( int i = 1 ; i <= 4 ; i ++) { row = table...

    docs.aspose.com/pdf/zh/net/export-excel-workshe...
  2. Copying and Moving Worksheets with Node.js via ...

    This article includes sample code and describes how to copy and move worksheets programmatically both within an Excel workbook and across Excel workbooks using the Node.js API with C++....contain the same column headings, row headings, and formulas. There...// Put some data into header rows (A1:A4) for ( let i = 0 ; i...

    docs.aspose.com/cells/nodejs-cpp/copying-and-mo...
  3. Border Settings with C++|Documentation

    How to use the Aspose.Cells library in C++ to set the border style and color of cells. By adjusting the width, style, and color of the border, you have more control over how cells look and appear....following parameters: First Row, the first row of the range. First Column...the range. Number of Rows, the number of rows in the range. Number...

    docs.aspose.com/cells/cpp/cells-border-settings/
  4. Convert JSON Format to PPSX via C++ | products....

    Parse JSON to PPSX in C++ without using Microsoft PowerPoint...you can also set the size of rows and columns by loading JSON...need to set the same row height for all rows in the worksheet, you...

    products.aspose.com/total/cpp/conversion/json-t...
  5. Feature Overview|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....Merge/split cells Group/ungroup rows and columns Create custom page...breaks Insert/delete or hide rows, columns, and sheets Calculate...

    docs.aspose.com/cells/net/feature-overview/
  6. CellFormat.vertical_merge property | Aspose.Wor...

    CellFormat.vertical_merge property. Specifies how the cell is merged with other cells vertically....the first column of the first row. # This cell will be the first...column of the first row, then end the row. # Also, configure the...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 在 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....public static function autofit_row ( $dataDir ) { # Instantiating...0 ); # Auto-fitting the 3rd row of the worksheet $worksheet ->...

    docs.aspose.com/cells/zh/java/autofit-rows-and-...
  8. Creating Tabular Report|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....consists of a header, table data rows, row groups and footers. A sample...that the row is a header. Table Data Row A table data row is a row...

    docs.aspose.com/cells/reportingservices/creatin...
  9. How to Convert Excel to JSON in Python

    This quick article explains how to convert Excel to JSON in Python. You can take a look at the configuration information, stepwise algorithm, and the sample code snippet to convert Excel to JSON in Python....cells, nested structures, header rows, indentations, and several other...

    kb.aspose.com/cells/python/how-to-convert-excel...
  10. How to Convert Excel to JSON in C#

    In this short tutorial, you will learn how to convert Excel to JSON in C#. You can convert Excel file to JSON in C# with a few API calls in .NET....enables you to specify header rows, name sorting, export area,...

    kb.aspose.com/cells/net/how-to-convert-excel-to...