Sort Score
Result 10 results
Languages All
Labels All
Results 2,041 - 2,050 of 41,196 for

worksheet

(0.1 sec)
  1. Managing 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....Formatting Editing Hyperlinks of Worksheet Access and Update the Portions...Enter Cell Data of GridWeb Worksheet in Percentage Format Managing...

    docs.aspose.com/cells/java/managing-data/
  2. Inserting dataframe in an excel sheet - Free Su...

    I’m using aspose-cells-python and want to insert a dataframe into an excel sheet. I am able to do it using xlwings, how can i replicate it in aspose cells python via .net. Here is the xlwing code snippet: wb = xw.Book(I…...the first worksheet worksheet = workbook.worksheets[0] # Get the...the "A3" cell cells = worksheet.cells cell = cells.get("A3")...

    forum.aspose.com/t/inserting-dataframe-in-an-ex...
  3. RevisionDefinedName class | Aspose.Cells for Py...

    RevisionDefinedName class RevisionDefinedName class Represents a revision record of a defined name change. Inheritanc...... worksheet Gets the worksheet. id Gets the number...

    reference.aspose.com/cells/python-net/aspose.ce...
  4. 在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 Worksheet sheet = workbook . Worksheets [ 0 ];...imgOptions ); //Print the worksheet sr . ToPrinter ( "Samsung...

    docs.aspose.com/cells/zh/net/printing-workbooks...
  5. Enum RevisionType | Aspose.Cells for .NET API R...

    Aspose.Cells.Revisions.RevisionType enum. Represents the revision type... InsertSheet 7 Insert worksheet. MoveCells 8 Move cells. Undo...deleting. RenameSheet 12 Rename worksheet. Unknown 13 Unknown. See Also...

    reference.aspose.com/cells/net/aspose.cells.rev...
  6. move method | Aspose.Cells for Python via .NET ...

    move method move Moves the PivotTable to a different location in the Worksheet. def move ( self , dest_cell_name ): .......different location in the worksheet. def move ( self , dest_cell_name...different location in the worksheet. def move ( self , row , column...

    reference.aspose.com/cells/python-net/aspose.ce...
  7. Aspose::Cells::HtmlSaveOptions::SetExportActive...

    Aspose::Cells::HtmlSaveOptions::SetExportActiveWorksheetOnly method. Indicates if only exporting the active Worksheet to html file. If true then only the active Worksheet will be exported to html file; If false then the whole workbook will be exported to html file. The default value is false in C++....only exporting the active worksheet to html file. If true then...then only the active worksheet will be exported to html file; If...

    reference.aspose.com/cells/cpp/aspose.cells/htm...
  8. HTML|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....Transparent Image of Excel Worksheet Delete redundant spaces after...Export Document Workbook and Worksheet Properties in Excel to HTML...

    docs.aspose.com/cells/net/convert-excel-to-html/
  9. How to avoid exponential format while reading e...

    How to avoid exponential format while reading excel number? Is there any specific property to modify to keep the number as it is?...you obtain: Worksheet worksheet = workbook.Worksheets[0]; Cell cell...cell = worksheet.Cells["B3"]; if (cell.IsNumericValue) { int...

    forum.aspose.com/t/how-to-avoid-exponential-for...
  10. IChartDataCell | Aspose.Sildes for .NET API Ref...

    Represents cell for chart data....ChartDataWorksheet { get; } Gets the worksheet. Read-only IChartDataWorksheet...the index of the column of worksheet in which the cell is located...

    reference.aspose.com/slides/net/aspose.slides.c...