Sort Score
Result 10 results
Languages All
Labels All
Results 1,131 - 1,140 of 161,045 for

workbook

(0.2 sec)
  1. BorderWeight | Aspose.Cells for .NET API 参考

    获取或设置图片边框线的权重单位为pt....[C#] //实例化一个工作簿对象 Workbook workbook = new Workbook (); Worksheet...Worksheet worksheet = workbook . Worksheets [ 0 ]; //在工作表中行列索引均为1的单元格位置添加图片。它是“B2”单元格...

    reference.aspose.com/cells/zh/net/aspose.cells....
  2. Display Hide Gridlines in Jython|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.... cells import Workbook class DisplayHideGridlines...DisplayHideGridlines / ' workbook = Workbook ( dataDir + "Book1.xls"...

    docs.aspose.com/cells/java/display-hide-gridlin...
  3. Aspose::Cells::Drawing::Area::GetInvertIfNegati...

    Aspose::Cells::Drawing::Area::GetInvertIfNegative method. If the property is true and the value of chart point is a negative number, the foreground color and background color will be exchanged in C++....//Instantiating a Workbook object Workbook workbook ; //Adding a new...worksheet to the Workbook object int sheetIndex = workbook . GetWorksheets...

    reference.aspose.com/cells/cpp/aspose.cells.dra...
  4. Aspose::Cells::Drawing::Picture::SetBorderLineC...

    Aspose::Cells::Drawing::Picture::SetBorderLineColor method. Represents the System.Drawing.Color of the border line of a picture in C++....//Instantiating a Workbook object Workbook workbook ; Worksheet worksheet...worksheet = workbook . GetWorksheets (). Get ( 0 ); //Adding a...

    reference.aspose.com/cells/cpp/aspose.cells.dra...
  5. Class CustomDocumentPropertyCollection | Aspose...

    Aspose.Cells.Properties.CustomDocumentPropertyCollection class. A collection of custom document properties...//Instantiate a Workbook object Workbook workbook = new Workbook ( "book1...CustomDocumentProper customProperties = workbook . Worksheets . CustomDocumentProper...

    reference.aspose.com/cells/net/aspose.cells.pro...
  6. Inserting and Removing Cell Comments in a Works...

    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.... Workbooks . Open ( myPath , Missing...a new Workbook. //Open the excel file. Workbook workbook = new...

    docs.aspose.com/cells/net/inserting-and-removin...
  7. Converting Excel Files to HTML in Python|Docume...

    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.... SaveFormat workbook = self . Workbook ( self . dataDir...the document in PDF format workbook . save ( self . dataDir +...

    docs.aspose.com/cells/java/converting-excel-fil...
  8. Add Data in 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....Cells provides a class, Workbook, that represents a Microsoft...Microsoft Excel file. Workbook class contains a WorksheetCollection...

    docs.aspose.com/cells/java/add-data-in-cells/
  9. SheetPrintingPreview.EvaluatedPageCount | Aspos...

    SheetPrintingPreview property. Evaluate the total page count of this worksheet... Workbook workbook = new Workbook ( "Book1.xlsx"...new SheetPrintingPreview ( workbook . Worksheets [ 0 ], new ImageOrPrintOptions...

    reference.aspose.com/cells/net/aspose.cells.ren...
  10. Column class | Aspose.Cells for Python via .NET...

    Column class Column class Represents a single column in a worksheet. The Column type exposes the following members: P......default one inherited from workbook). style Gets the style of...BackgroundType , StyleFlag , Workbook from aspose.pydrawing import...

    reference.aspose.com/cells/python-net/aspose.ce...