Sort Score
Result 10 results
Languages All
Labels All
Results 1,141 - 1,150 of 21,314 for

worksheet

(0.04 sec)
  1. 从xlsx4j工作表中导出数据|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....first worksheet in the Excel file Worksheet worksheet = workbook... Object dataTable [][] = worksheet . getCells (). exportArray...

    docs.aspose.com/cells/zh/java/export-data-from-...
  2. Detect Merged Cells using Aspose.Cells|Document...

    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....identify merged cell areas in a worksheet. You can unmerge them too...ArrayList < CellArea > al = worksheet . getCells (). getMergedCells...

    docs.aspose.com/cells/java/detect-merged-cells-...
  3. Format Pivot Table Cells with C++|Documentation

    Learn how to format pivot table cells using Aspose.Cells with C++....xlsx" ); Worksheet worksheet = workbook . GetWorksheets...); PivotTable pivotTable = worksheet . GetPivotTables (). Get (...

    docs.aspose.com/cells/cpp/format-pivot-table-ce...
  4. XlsxSectionMode enumeration | Aspose.Words for ...

    Aspose.Words.Saving.XlsxSectionMode enumeration. Specifies how sections are handled when saving a document in the XLSX format....Specifies that a separate worksheet is created for each section...document are saved on one worksheet. Examples Shows how to save...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. How to Set Print Area|Documentation

    This article shows you code explaining how to set print area using Aspose.Cells library.... When you print the worksheet, only this defined area will...area, allowing the entire worksheet to be printed. What Happens...

    docs.aspose.com/cells/java/how-to-set-print-area/
  6. Working with GridWeb Events|Documentation

    This article introduces how to work with kinds of event in GridWeb....user deletes a column from a worksheet using client side menu. ColumnDeleting...to delete a column from a worksheet using client side menu. ColumnDoubleClick...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  7. Add Worksheets to Existing Excel File in PHP|Do...

    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....Add Worksheets to Existing Excel File in PHP Contents [ Hide...] Add Worksheets to Existing Excel File Add Worksheets to Existing...

    docs.aspose.com/cells/net/add-worksheets-to-exi...
  8. Data Validation with C++|Documentation

    Learn how to add data validation through the Aspose.Cells for C++ API....to auto filter or validate worksheet data. Aspose.Cells fully supports...pertaining to data entered on a worksheet. For example, use validation...

    docs.aspose.com/cells/cpp/data-validation/
  9. 使用ICustomFunction功能|Documentation

    本文描述了如何使用Aspose.Cells库中ICustomFunction功能在Microsoft Excel中创建自定义函数。通过加载现有的Excel文件或创建新的Excel文件,我们可以使用Aspose.Cells提供的方法定义和注册自定义函数并获取结果。最后,我们将修改后的Excel文件保存到磁盘。...reference of the first worksheet Worksheet worksheet = workbook . getWorksheets...sample value to "A1" cell worksheet . getCells (). get ( "B1"...

    docs.aspose.com/cells/zh/java/how-to-calculate-...
  10. Merging and Unmerging Cells with Node.js via C+...

    Aspose.Cells is a Node.js 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, with options for customizing 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/nodejs-cpp/merging-and-un...