Sort Score
Result 10 results
Languages All
Labels All
Results 1,231 - 1,240 of 41,149 for

worksheet

(0.13 sec)
  1. 使用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....first worksheet in the Excel file Worksheet worksheet = workbook...specified formula Cells cells = worksheet . getCells (); //Instantiate...

    docs.aspose.com/cells/zh/java/find-value-in-cel...
  2. Python中的缩放因子|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....Accessing the first worksheet in the Excel file worksheets = workbook.... getWorksheets () worksheet = worksheets . get ( 0 ) # Setting...

    docs.aspose.com/cells/zh/java/zoom-factor-in-py...
  3. OriginalWidthCM | Aspose.Cells for .NET API 参考

    获取图片的原始宽度单位为厘米...Workbook (); Worksheet worksheet = workbook . Worksheets [ 0 ]; /...它是“B2”单元格 int imgIndex = worksheet . Pictures . Add ( 1 , 1 ...

    reference.aspose.com/cells/zh/net/aspose.cells....
  4. Public API Changes in Aspose.Cells 8.6.2|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....//Get the first worksheet of the workbook Worksheet sheet = report...//Access first worksheet Worksheet worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/java/public-api-changes-i...
  5. Find or Search Data|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....search through the cells in a worksheet to find ones that contain...each of the worksheets in the Excel file. A worksheet is represented...

    docs.aspose.com/cells/java/find-or-search-data/
  6. OriginalHeightInch | Aspose.Cells for .NET API 参考

    获取图片的原始高度单位为英寸...Workbook (); Worksheet worksheet = workbook . Worksheets [ 0 ]; /...它是“B2”单元格 int imgIndex = worksheet . Pictures . Add ( 1 , 1 ...

    reference.aspose.com/cells/zh/net/aspose.cells....
  7. Retrieve the values of 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....a reference to the first worksheet. Sheet theSheet = wbPart ...Retrieve a reference to the worksheet part. WorksheetPart wsPart...

    docs.aspose.com/cells/net/retrieve-the-values-o...
  8. Import and Export Data|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.... Import Data into Worksheet Data represents the world...access to each worksheet in the Excel file. A worksheet is represented...

    docs.aspose.com/cells/java/import-and-export-data/
  9. Insert a chart|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....Given a document name, a worksheet name, a chart title, and a...== 0 ) { // The specified worksheet does not exist. return ; }...

    docs.aspose.com/cells/net/insert-a-chart/
  10. name property | Aspose.Cells for Python via .NE...

    name property name property Gets or sets the name of the Worksheet. Remarks The max length of sheet name is 31. And y......Gets or sets the name of the worksheet. Remarks The max length of...name(case insensitive) to two worksheets. For example, you cannot...

    reference.aspose.com/cells/python-net/aspose.ce...