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

worksheet

(0.07 sec)
  1. Aspose::Cells::GlobalizationSettings::GetDefaul...

    Aspose::Cells::GlobalizationSettings::GetDefaultSheetName method. Gets the default sheet name for adding Worksheet automatically. Default is "Sheet" in C++....default sheet name for adding worksheet automatically. Default is...default sheet name for adding worksheet automatically Remarks The...

    reference.aspose.com/cells/cpp/aspose.cells/glo...
  2. Make table in Excel from html string - Free Sup...

    Hi, I have this html string (attached with zip file) and i want to make table in excel using that(sample output also inside zip file) Input and Required Output.zip (7.1 KB) Is there any way i can do that?...Worksheets[0].Cells.MaxDisplayRange;...Range expRange = workbook.Worksheets[0].Cells.CreateRange(7, 0...

    forum.aspose.com/t/make-table-in-excel-from-htm...
  3. Aspose.Cells 16.10.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 from the collection Worksheet sheet = book...//Access first worksheet from the collection Worksheet sheet = book...

    docs.aspose.com/cells/zh/java/public-api-change...
  4. Excel chart top and left margin when creating p...

    I have a excelfile containing a chart. excel_file.png (172.0 KB) My c# code for creating a PDF from the excelfile looks like: public void CreatePDF(Worksheet Worksheet) { Worksheet.PageSetup.BottomMargin = 0; …...void CreatePDF(Worksheet worksheet) { worksheet.PageSetup.BottomMargin...BottomMargin = 0; worksheet.PageSetup.RightMargin = 0; worksheet.PageSetup...

    forum.aspose.com/t/excel-chart-top-and-left-mar...
  5. Insert Hyperlinks into Excel or OpenOffice|Docu...

    How to insert hyperlinks into Excel file with Aspose.Cells for Python via .NET library without MS Excel....access to each worksheet in the Excel file. A worksheet is represented...represented by the Worksheet class. The Worksheet class provides different...

    docs.aspose.com/cells/python-net/insert-hyperli...
  6. Copying Rows and Columns|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....columns in a worksheet without copying the entire worksheet. With Aspose...shows how to copy a row in a worksheet. It uses a template Microsoft...

    docs.aspose.com/cells/cpp/copying-rows-and-colu...
  7. Worksheet.GetFreezedPanes | Aspose.Cells for .N...

    Worksheet method. Gets the freeze panes...Worksheet.GetFreezedPanes Worksheet.GetFreezedPanes method Gets...whether the worksheet is frozen See Also class Worksheet namespace...

    reference.aspose.com/cells/net/aspose.cells.gri...
  8. Row class | Aspose.Cells for Python via .NET AP...

    Row class Row class Represents a single row in a Worksheet. The Row type exposes the following members: Properties Pr......Represents a single row in a worksheet. The Row type exposes the...the first worksheet worksheet = workbook . worksheets [ 0 ] style...

    reference.aspose.com/cells/python-net/aspose.ce...
  9. Save Specified Worksheets to PDF|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....Türkçe 日本語 Save Specified Worksheets to PDF Contents [ Hide ]...Aspose.Cells save all visible worksheets in a workbook to pdf file...

    docs.aspose.com/cells/net/save-specified-worksh...
  10. 在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 worksheet. Worksheet sheet = workbook . Worksheets [ 0 ];...

    docs.aspose.com/cells/zh/net/set-background-pic...