Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 6,547 for

worksheet

(0.04 sec)
  1. Access rendered value of cell color from condit...

    Hello, I wanted to understand whether Aspose.Cells was able to access the value that a conditional formatting rule has evaluated a cell color too in an Excel notebook. The scenario here is that I’d like to write validati…...the first worksheet worksheet = workbook.get_worksheets().get(0)...specific cell (e.g., A1) cell = worksheet.get_cells().get("A1") # Get...

    forum.aspose.com/t/access-rendered-value-of-cel...
  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.... Worksheet ws = wb . getWorksheets ()...); com . aspose . cells . Worksheet ws = wb . getWorksheets ()...

    docs.aspose.com/cells/zh/java/spreadsheet-edito...
  3. 在VSTO和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.... Worksheet objSheet = ( Excel . Worksheet ) objBook...First sheet. Worksheet objSheet = objBook . Worksheets [ "Sheet1"...

    docs.aspose.com/cells/zh/net/add-borders-to-cel...
  4. Image Gridline color different from the color i...

    I am using Aspose.Cells to take snapshot of a range, when I get the image it has gridlines which are thicker and of a different color than in the excel sheet. I took one image using Range.getImage() of excel javascript A…...Worksheet worksheet = workbook.Worksheets[namedRange...namedRange.GetRange(); worksheet.AutoFitRows(); worksheet.PageSetup.PrintArea...

    forum.aspose.com/t/image-gridline-color-differe...
  5. How to Insert Rows in Excel using Java

    This brief guide discusses how to insert rows in Excel using Java. It explains the system preferences, stepwise workflow, and a sample code to add multiple rows in Excel using Java....class object and access a worksheet Invoke the insertRows method...then it accesses the target worksheet using its index or the sheet...

    kb.aspose.com/cells/java/how-to-insert-rows-in-...
  6. How to Delete Pivot Table using Node.js

    This article defines the process of how to delete pivot table using Node.js. It contains the instructions for the IDE settings, a list of steps, and a runnable sample code to remove pivot table using Node.js...table in it Access the target worksheet where pivot tables are present...loaded and the respective worksheet is selected where pivot tables...

    kb.aspose.com/cells/nodejs/how-to-delete-pivot-...
  7. How to Merge Cells in Excel using Java

    In this precise tutorial, details are covered about how to merge cells in Excel using Java. You can easily understand how using Java Excel merge cells operation can be performed programmatically with simple API calls....object Get access to the first worksheet and create a Cells class object...You can easily create a new worksheet object for merging cells and...

    kb.aspose.com/cells/java/how-to-merge-cells-in-...
  8. How to Remove Pivot Table using Java

    This quick tutorial guides on how to remove pivot table using Java. It shares programming logic, and a runnable sample code to delete pivot table using Java....tables in it Access the target worksheet where the pivot table is available...PivotTableCollection object in the worksheet Save the workbook with deleted...

    kb.aspose.com/cells/java/how-to-remove-pivot-ta...
  9. 在 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....Workbook (); //Get the first worksheet. $sheet = $workbook -> getWorksheets...( 0 ); //Set the name of worksheet $sheet -> setName ( "Data"...

    docs.aspose.com/cells/zh/java/converting-chart-...
  10. Pie Chart|Aspose.Slides 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.... Getting the chart data worksheet. Delete default generated...// Getting the chart data worksheet IChartDataWorkbook fact =...

    docs.aspose.com/slides/java/pie-chart/