Sort Score
Result 10 results
Languages All
Labels All
Results 2,601 - 2,610 of 41,184 for

worksheet

(0.07 sec)
  1. Aspose::Pdf::Plugins::PdfConverterToExcelOption...

    Public Types | Public Member Functions | List of all members Aspose::Pdf::Plugins::PdfConverterToExcelOptions Class R......to minimize the number of worksheets in resultant workbook. Default...each PDF page as separated worksheet. More... ASPOSE_PDF_SHARED_API...

    reference.aspose.com/pdf/cpp/class/aspose.pdf.p...
  2. Do not include a column in a Pivot Table - Aspo...

    Hi, I wanted to filter out a blank column on my pivot table. See attachment for my sample pivot table and chart. I don’t want the column J to be included in my pivot table and chart, since it is a blank column, is there …...xlsx"); Worksheet worksheet = workbook.Worksheets[0]; PivotTable...PivotTable pivotTable = worksheet.PivotTables[0]; int index = pivotTable...

    forum.aspose.com/t/do-not-include-a-column-in-a...
  3. 对工作表中的数据进行排序|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 mySheet = myWorkbook . ActiveSheet...fileName ); Worksheet mySheet = myWorkbook . Worksheets [ myWorkbook...

    docs.aspose.com/cells/zh/net/sort-data-in-works...
  4. AutoFit Rows for Merged 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....possible to auto-fit rows in a worksheet including merged cells. Here...workbook object and add multiple worksheets. Use different methods for...

    docs.aspose.com/cells/net/autofit-rows-for-merg...
  5. Microsoft Excel File Conversion via Java | prod...

    Convert Excel XLS, XLSX, ODS, CSV to PDF, XPS, HTML, JPEG, HTML and many other popular formats with just few lines of Java code.... Similarly, Worksheet data can be exported as JSON...Workbook(path + "source-file.xlsx" ); Worksheet wks = workbook.getWorksheets()...

    products.aspose.com/cells/java/conversion/
  6. Aspose.Cells for .NET 7.1.2 Release Notes|Docum...

    Aspose.Cells for .Net 7.1.2 Release Notes – the latest enhancements, new features, and fixes....to image(s)Performance - Worksheet.RemoveFormulas - performance...Save operation if copying worksheet from other workbook - Crash...

    docs.aspose.com/cells/net/aspose-cells-for-net-...
  7. Want to Add Excel as Embedded OLE According to ...

    Hi! Aspose Team, I have the requirement where I want to add the Excel as Embedded OLE object in ppt, according to the nos of columns in the middle of slides. Image should not show the empty spaces, it should occupy siz…...columns available in the worksheet & should be displayed the...= 25; int chartCols = 11; Worksheet dataSheet = workbook.getWorksheets()...

    forum.aspose.com/t/want-to-add-excel-as-embedde...
  8. cells - Aspose.Cells for Python via Java - API ...

    Details & examples of Aspose.Cells for Python via Java classes, methods & interfaces for you to read, write & convert spreadsheets programmatically....WorkbookRender WorkbookSettings Worksheet WorksheetCollection WriteProtection...individual columns in this worksheet. method getCount () Gets the...

    reference.aspose.com/cells/python-java/asposece...
  9. ListObjectCollection class | Aspose.Cells for P...

    ListObjectCollection class ListObjectCollection class Represents a collection of ListObject objects in the Worksheet.......ListObject objects in the worksheet. The ListObjectCollection...to the worksheet. add Adds a ListObject to the worksheet. copy_to...

    reference.aspose.com/cells/python-net/aspose.ce...
  10. Cannot Find Clustered Column and ColumnStacked ...

    I am using ASPOSE.CELL to display charts. First, I cannot find clustered column as it is in Excel so I opted to used ColumnStacked which is displaying the wrong chart as Shown in the image below. Its is displaying Chart…...xlsx"); Worksheet worksheet = workbook.Worksheets[0]; int pieIdx...pieIdx = worksheet.Charts.Add(ChartType.Column, 5, 6, 25, 16);...

    forum.aspose.com/t/cannot-find-clustered-column...