Sort Score
Result 10 results
Languages All
Labels All
Results 2,101 - 2,110 of 21,315 for

worksheet

(0.05 sec)
  1. Aspose.Cells 8.7.0中的公共API更改|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....inFilePath ); //Access the desired Worksheet via its index or name var...var sheet = book . Worksheets [ 0 ]; //Access Protection module...

    docs.aspose.com/cells/zh/net/public-api-changes...
  2. 在工作表中插入超链接|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....the first worksheet. WorksheetCollection worksheets = workbook...getWorksheets (); Worksheet sheet = worksheets . get ( 0 ); HyperlinkCollection...

    docs.aspose.com/cells/zh/java/insert-hyperlinks...
  3. Find and Replace in Spreadsheet|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....foreach ( Worksheet sheet in workbook . Worksheets ) { found...foreach ( Worksheet sheet in workbook . Worksheets ) { do { cell...

    docs.aspose.com/cells/net/find-and-replace-in-s...
  4. Calculating Formulas 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....()); $worksheets = $ptr -> Get ( $workbook , "Worksheets" , array...-> Call ( $worksheets , "Add" , array ()); $worksheet = $ptr ->...

    docs.aspose.com/cells/net/calculating-formulas-...
  5. 验证单元格值是否满足数据验证规则(使用C++)|Documentation

    学习如何通过Aspose.Cells for C++ API验证单元格值是否符合数据验证规则。...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...Between 10 and 20 Cell cell = worksheet . GetCells (). Get ( u "C1"...

    docs.aspose.com/cells/zh/cpp/verify-that-cell-v...
  6. Add calculated field in Pivot Table with C++|Do...

    How to add a calculated field in pivot table with Aspose.Cells for C++....calculated field is added to the worksheet. Set the original data and...reference of the newly added worksheet Worksheet ws = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/add-calculated-field-...
  7. Using the DropDownList, List, FreeList Cell wit...

    This article introduce how to use list in GridWeb.... WorkSheets [ 0 ]. BindColumns [ "CategoryID"...validation cell GridWeb1 . WorkSheets [ 1 ]. Cells [ "A1" ]. Validation...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  8. 在Aspose.Cells中使用匿名类型或自定义对象|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....WorkbookDesigner (); //Get the first worksheet(default sheet) in the workbook...Cells . Worksheet w = report . Workbook . Worksheets [ 0 ]; //Input...

    docs.aspose.com/cells/zh/net/using-anonymous-ty...
  9. Convert Text to Columns using Aspose.Cells|Docu...

    This article shows how to Convert Text to Columns by the Aspose.Cells for Python via .NET API....provides this feature via Worksheet.Cells.text_to_columns() method...code explains the usage of Worksheet.Cells.text_to_columns() method...

    docs.aspose.com/cells/python-net/convert-text-t...
  10. Change Adjustment Values of the Shape|Documenta...

    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....three shapes of the first worksheet in the source excel file and...Position of Shape inside the Worksheet...

    docs.aspose.com/cells/java/change-adjustment-va...