Sort Score
Result 10 results
Languages All
Labels All
Results 1,861 - 1,870 of 30,425 for

worksheet

(0.29 sec)
  1. template.xlsx

    variables Scope Name Variable Name Variable Value Type Worksheet Template Directors RootData.Directors Worksheet Template Reportees Directors.Reportees Worksheet Template ReporteeName {Reportees.Fi......Name Variable Value Type Worksheet Template Directors RootData...RootData.Directors Worksheet Template Reportees Directors.Reportees...

    docs.aspose.com/cells/tr/net/how-to-use-if-para...
  2. How to set excel Custom Paper Size width and he...

    @amjad.sahi, @Professionalize.Discourse, @John.He, @simon.zhao Worksheet.PageSetup.PaperSize = PaperSizeType.Custom; // Set custom paper size for A1 (width: 33.1 inches, height: 23.4 inches) Worksheet.PageSetup.Custom…...zhao worksheet.PageSetup.PaperSize = PaperSizeType...inches, height: 23.4 inches) worksheet.PageSetup.CustomPaperSize((150))...

    forum.aspose.com/t/how-to-set-excel-custom-pape...
  3. Formula Calculation Engine in Aspose.Cells|Docu...

    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....newly added worksheet int sheetIndex = book . Worksheets . Add ();...(); Worksheet worksheet = book . Worksheets [ sheetIndex ]; Cells...

    docs.aspose.com/cells/net/formula-calculation-e...
  4. Public API Changes in Aspose.Cells 16.10.0|Docu...

    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....//Access first worksheet from the collection Worksheet sheet = book...//Access first worksheet from the collection Worksheet sheet = book...

    docs.aspose.com/cells/java/public-api-changes-i...
  5. Insert a Picture Based on Cell Reference|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....displaying the content of a worksheet cell in an image shape. You...can add a picture to the worksheet by calling the add_picture...

    docs.aspose.com/cells/python-net/insert-a-pictu...
  6. 包含强类型数据的列|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...workbook . Worksheets [ 0 ]; //Exporting the contents of 2 rows and...

    docs.aspose.com/cells/zh/net/columns-containing...
  7. Apply Advanced Conditional Formatting with C++|...

    How to use the Aspose.Cells library in C++ to apply advanced conditional formatting. By adjusting these criteria, you have more control over how cells look and appear....// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...Get the A1 cell Cell a1 = worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/cpp/apply-advanced-condit...
  8. Set Custom Height Width In ASpose.Cell - Free S...

    Hello Team, We are doing Image export for each Worksheet as one page , here we can able to mange setting different pagesize like A4,legal,Letter etc… But not getting any option to set Custom Pagesize where user provide…...doing Image export for each worksheet as one page , here we can...Workbook("your_file.xlsx"); Worksheet sheet = workbook.getWorksheets()...

    forum.aspose.com/t/set-custom-height-width-in-a...
  9. Disable Text Wrapping for Data Labels of the Ch...

    Learn how to disable text wrapping for data labels in charts using Aspose.Cells for C++. Our guide will show you how to prevent long labels from overlapping and provide more readable and clear chart displays....Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...chart inside the worksheet Chart chart = worksheet . GetCharts ()...

    docs.aspose.com/cells/cpp/disable-text-wrapping...
  10. 使用C++生成条件格式化数据条图片|Documentation

    Aspose.Cells是一个用于操作电子表格文件的C++库。它支持生成条件格式化的数据条和图像,允许用户根据单元格的值自定义电子表格的显示。这篇文章将介绍如何使用Aspose.Cells库生成条件格式化的数据条和图像。...xlsx" ); Worksheet worksheet = workbook . GetWorksheets...(). Get ( 0 ); Cell cell = worksheet . GetCells (). Get ( u "C1"...

    docs.aspose.com/cells/zh/cpp/generate-condition...