Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 8,068 for

worksheet

(0.05 sec)
  1. Pie Chart|Aspose.Slides for Python Documentation

    Pie chart plot options and slice colors in PowerPoint presentation in Python... Getting the chart data worksheet. Delete default generated...# Getting the chart data worksheet fact = chart . chart_data...

    docs.aspose.com/slides/python-net/pie-chart/
  2. Apply Excel Color Themes in Python

    Apply Excel color themes in Python with a few API calls. Get the IDE settings, a list of steps, and a sample code for using Microsoft Excel themes in Python....color in a worksheet. To insert images in a worksheet, refer to...

    kb.aspose.com/cells/python/apply-excel-color-th...
  3. Aspose.Cells 8.1.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....//Access first worksheet Worksheet sheet = book . Worksheets [ 0 ]; //Access...

    docs.aspose.com/cells/zh/net/public-api-changes...
  4. 在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...()); $sheet = $ptr -> Get ( $worksheets , 'Item' , array ( 0 ));...

    docs.aspose.com/cells/zh/net/worksheet-to-image...
  5. Apply Conditional Formatting in Excel using Java

    Use this guide to apply conditional formatting in Excel using Java. It has the IDE settings, steps, and a sample code to create a rule in Excel using Java....FormatConditionColle object in the worksheet. This FormatConditionColle...ConditionalFormattin collection of the Worksheet class while applying conditional...

    kb.aspose.com/cells/java/apply-conditional-form...
  6. 在 Jython 中拆分窗格|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....setActiveCell ( "A20" ); # Split the worksheet window workbook . getWorksheets...

    docs.aspose.com/cells/zh/java/split-panes-in-jy...
  7. Data validation example fails - Free Support Fo...

    The data validation example at Data Validation|Documentation has the following line: Validation validation = validations[validations.Add(ca)]; However, this doesn’t compile, as there is no ValidationCollection.Add that…...first worksheet. Worksheet worksheet = workbook.Worksheets[0];...the worksheet ValidationCollection validations = worksheet.Validations;...

    forum.aspose.com/t/data-validation-example-fail...
  8. Manage OLE|Aspose.Slides Documentation

    Manage OLE objects in PowerPoint presentations in C++... Access the desired Worksheet and amend the data. Save the...Modify the workbook data. auto worksheet = workbook . GetWorksheets...

    docs.aspose.com/slides/cpp/manage-ole/
  9. insertColumns() not work fine with InsertOption...

    Hi, I have an issue. When I try insert row/column with the object InsertOption this work fine with the insertRows() but not with insertColumns(). Workbook workbook = new Workbook("cicciofessa.xlsx"); Worksheet workshe…...xlsx"); Worksheet worksheet = workbook.getWorksheets()...println(options.getCopyFormatType()); worksheet.getCells().insertColumns(3...

    forum.aspose.com/t/insertcolumns-not-work-fine-...
  10. How to Convert Excel to Array in Java

    In this tutorial you will learn how to convert Excel to array in Java with the help of a simple code. Following these steps, you can read values from Excel file and store in array in Java on Windows, Linux, and macOS....reference to Workbook and Worksheet classes using Import statement...file and access one of its worksheets from where data is to be...

    kb.aspose.com/cells/java/how-to-convert-excel-t...