Sort Score
Result 10 results
Languages All
Labels All
Results 3,981 - 3,990 of 161,022 for

workbook

(0.11 sec)
  1. clear method | Aspose.Cells for Python via .NET...

    clear method Contents [ Hide ] clear Removes all external links. def clear ( self ): ... Remarks When removing extern......formulas to references of current workbook itself. Remarks If references...will be changed to current workbook when it is possible. For example...

    reference.aspose.com/cells/python-net/aspose.ce...
  2. Chart.ToImage | Aspose.Cells for .NET API Refer...

    Chart method. Gets a 32bit Bitmap object of the chart...VerticalResolution = 300 ; Workbook book = new Workbook ( @"test.xls" );...= 300 Dim book As Workbook = New Workbook ( "test.xls" ) Dim...

    reference.aspose.com/cells/net/aspose.cells.cha...
  3. Class ChartPoint | Aspose.Cells for .NET API Re...

    Aspose.Cells.Charts.ChartPoint class. Represents a single point in a series in a chart...//Instantiating a Workbook object Workbook workbook = new Workbook (); //Obtaining...worksheet Worksheet worksheet = workbook . Worksheets [ 0 ]; //Adding...

    reference.aspose.com/cells/net/aspose.cells.cha...
  4. Range | Aspose.Cells for Java API Reference

    Encapsulates the object that represents a range of cells within a spreadsheet....//Instantiating a Workbook object Workbook workbook = new Workbook(); //...Worksheet Cells. Cells cells = workbook.getWorksheets().get(0).getCells();...

    reference.aspose.com/cells/java/com.aspose.cell...
  5. watermark property | Aspose.Cells for Python vi...

    watermark property watermark property Gets or sets watermark to output. Example The following code sets watermark in ......PdfSaveOptions , TextAlignmentType , Workbook from aspose.cells.rendering...# prepare a workbook with 3 pages. wb = Workbook () wb . worksheets...

    reference.aspose.com/cells/python-net/aspose.ce...
  6. Aspose.Cells for Python via Java 21.2 Release N...

    Aspose.Cells for Python via Java 21.2 Release Notes – the latest enhancements, new features, and fixes....CELLSJAVA-43382 Copy produces corrupted workbook Bug CELLSJAVA-43364 Issue...image Bug CELLSJAVA-43389 Workbook/Worksheet Password Protection...

    docs.aspose.com/cells/python-java/aspose-cells-...
  7. Aspose::Cells::Rendering::WorkbookRender::ToIma...

    Aspose::Cells::Rendering::WorkbookRender::ToImage method. Render whole Workbook as Tiff Image to stream in C++....age() method Render whole workbook as Tiff Image to stream. Vector...U16String&) method Render whole workbook as Tiff Image to a file. void...

    reference.aspose.com/cells/cpp/aspose.cells.ren...
  8. Working with Colors in Apache POI and Aspose.Ce...

    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. The Workbook class contains a WorksheetCollection...

    docs.aspose.com/cells/java/working-with-colors-...
  9. ScrollBarActiveXControl类 | Aspose.Cells for Pyt...

    ScrollBarActiveXControl类 ScrollBarActiveXControl类 表示滚动条控件。 继承: ScrollBarActiveXControl → SpinButtonActiveXControl → A......类型公开了以下成员: 特性 属性 描述 workbook 获取 ActiveXControlBase.workbook 对象。 type 获取...pycore from aspose.cells import Workbook from aspose.cells.drawing...

    reference.aspose.com/cells/python-net/zh/aspose...
  10. How to Convert JSON to Excel in Java

    Using this brief tutorial you will learn how to convert JSON to Excel in Java. For the conversion of JSON to XLSX Java is widely used as it requires limited resources and a few lines of code in any common operating system supporting Java platform....Maven repository Create a Workbook instance and get a reference...importData() function Save the final workbook containing the formatted JSON...

    kb.aspose.com/cells/java/how-to-convert-json-to...