Sort Score
Result 10 results
Languages All
Labels All
Results 731 - 740 of 161,004 for

workbook

(0.12 sec)
  1. example.py

    import os from jpype import * __cells_jar_dir__ = os.path.dirname(__file__) addClassPath(os.path.join(__cells_jar_dir__, "aspose-cells-23.1.jar")) addClassPath(os.path.join(__cells_jar_dir__, "bcpr......api import Workbook, FileFormatType, CellsHelper...getVersion()) workbook = Workbook(FileFormatType.XLSX) workbook.getWorksheets()...

    docs.aspose.com/cells/ja/python-java/pyinstalle...
  2. Excel document count - Aspose.Cells Product Fam...

    Hi Aspose Team, image.png (353.4 KB) Is there any way achieve the manual cell count from aspose programmatically. The current default behavior is displaying the number of cells is merged but i want to display number c…...respective ranges/areas Workbook wb = new Workbook("e:\\test2\\test...and its range/area Workbook wb = new Workbook("e:\\test2\\test...

    forum.aspose.com/t/excel-document-count/249791
  3. Aspose.Cells 8.6.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....可以通过这些类轻松操作文档属性(元数据),而无需创建Workbook的实例。WorkbookMetadata类轻量级,并且提供非常容易使用、高效的机制来...。 以下是简单的使用场景。 Java //Open Workbook metadata while specifying...

    docs.aspose.com/cells/zh/java/public-api-change...
  4. Class ExternalLinkCollection | Aspose.Cells for...

    Aspose.Cells.ExternalLinkCollection class. Represents external links collection in a Workbook...external links collection in a workbook. public class ExternalLinkCollecti...specified external link from the workbook. RemoveAt (int, bool) Removes...

    reference.aspose.com/cells/net/aspose.cells/ext...
  5. Limitations and API Differences|Documentation

    Aspose.Cells for Node.js via Java limitations and api differences....Instantiating a new Workbook Aspose.Cells for Java Workbook excelbook =...= new Workbook (); Aspose.Cells for Node.js via Java var excelbook...

    docs.aspose.com/cells/nodejs-java/limitations-a...
  6. intersect method | Aspose.Cells for Python via ...

    intersect method intersect Returns a Range object that represents the rectangular intersection of two ranges. Returns......import Workbook # Instantiating a Workbook object workbook = Workbook...first Worksheet Cells. cells = workbook . worksheets [ 0 ] . cells...

    reference.aspose.com/cells/python-net/aspose.ce...
  7. Picture.Data | Aspose.Cells for .NET API Reference

    Picture property. Gets the data of the picture...//Instantiating a Workbook object Workbook workbook = new Workbook (); Worksheet...Worksheet worksheet = workbook . Worksheets [ 0 ]; //insert first...

    reference.aspose.com/cells/net/aspose.cells.dra...
  8. Importing from Array|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....//Instantiating a Workbook object Workbook workbook = new Workbook (); //Adding...worksheet to the Workbook object int i = workbook . Worksheets ...

    docs.aspose.com/cells/net/importing-from-array/
  9. Add Worksheets to Existing Excel File in PHP|Do...

    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....through Path // Creating a Workbook object and opening an Excel...path $workbook = $ptr -> New ( "Aspose.Cells.Workbook" , array...

    docs.aspose.com/cells/net/add-worksheets-to-exi...
  10. ToOleColor | Aspose.Cells for .NET API 参考

    将颜色转换为 OLE_COLOR...ToOleColor ( Color color , Workbook workbook ) 范围 类型 描述 color Color...Color 这Color目的。 workbook Workbook 返回值 OLE_COLOR 的值 也可以看看 class Workbook...

    reference.aspose.com/cells/zh/net/aspose.cells....