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

worksheet

(0.08 sec)
  1. 在Ruby中将工作表转换为SVG|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....erter模块的worksheet_to_svg()方法。 Ruby 代码 def worksheet_to_svg (...workbook ) # Convert each worksheet into svg format in a single...

    docs.aspose.com/cells/zh/java/converting-worksh...
  2. Protect and lock XLSX document via .NET | produ...

    C# source code to lock XLSX file using password on .NET Framework, .NET Core, Mono or Xamarin Platforms....or any Worksheet to add protection Protect Worksheet with Worksheet...the first worksheet var worksheet = book.Worksheets[ 0 ]; // protect...

    products.aspose.com/cells/net/protect/xlsx/
  3. Protect and lock ODS document via .NET | produc...

    C# source code to lock ODS file using password on .NET Framework, .NET Core, Mono or Xamarin Platforms....or any Worksheet to add protection Protect Worksheet with Worksheet...the first worksheet var worksheet = book.Worksheets[ 0 ]; // protect...

    products.aspose.com/cells/net/protect/ods/
  4. 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...
  5. 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...
  6. 在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...
  7. 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...
  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...