Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 161,045 for

workbook

(0.09 sec)
  1. table_style_type 属性 | Aspose.Cells for Python v...

    table_style_type 属性 table_style_type 属性 获取和内置表格样式。 例子 from aspose.cells import Workbook from aspose.cells.tables impo......cells import Workbook from aspose.cells.tables import...TableStyleType workbook = Workbook ( "Book1.xlsx" ) tables = workbook . worksheets...

    reference.aspose.com/cells/python-net/zh/aspose...
  2. Picture.OriginalHeightCM | Aspose.Cells for .NE...

    Picture property. Gets the original height of picture in unit of centimeters...//Instantiating a Workbook object Workbook workbook = new Workbook (); Worksheet...Worksheet worksheet = workbook . Worksheets [ 0 ]; //Adding a...

    reference.aspose.com/cells/net/aspose.cells.dra...
  3. Picture.OriginalWidthInch | Aspose.Cells for .N...

    Picture property. Gets the original width of picture in unit of inches...//Instantiating a Workbook object Workbook workbook = new Workbook (); Worksheet...Worksheet worksheet = workbook . Worksheets [ 0 ]; //Adding a...

    reference.aspose.com/cells/net/aspose.cells.dra...
  4. 从数组导入|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/zh/net/importing-from-array/
  5. Cell.GetDependentsInCalculation | Aspose.Cells ...

    Cell method. Gets all cells whose calculated result depends on this cell...method, please make sure the workbook has been set with true value...Examples [C#] Workbook workbook = new Workbook (); Cells cells...

    reference.aspose.com/cells/net/aspose.cells/cel...
  6. Importing from ArrayList|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-arrayl...
  7. 在Ruby中管理工作表|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 = Rjb :: import (...( 'com.aspose.cells.Workbook' ) . new # Adding a new worksheet...

    docs.aspose.com/cells/zh/java/managing-workshee...
  8. Table styling lost when copying sheet - Aspose....

    Hi, Using Aspose Cells for Java, version 22.6 Sample code: Workbook sourceWorkbook = new Workbook("source.xlsx"); Workbook destinationWorkbook = new Workbook(); Worksheet worksheet = destinationWorkbook.getWorksheets…...Sample code: Workbook sourceWorkbook = new Workbook("source.xlsx");...xlsx"); Workbook destinationWorkbook = new Workbook(); Worksheet...

    forum.aspose.com/t/table-styling-lost-when-copy...
  9. Aspose::Cells::Drawing::ColorHelper::ToOleColor...

    Aspose::Cells::Drawing::ColorHelper::ToOleColor method. Convert color to OLE_COLOR in C++....Color & color , const Workbook & workbook ) Parameter Type Description...The Color object. workbook const Workbook& ReturnValue The value...

    reference.aspose.com/cells/cpp/aspose.cells.dra...
  10. WorksheetCollection | Aspose.Cells for Java API...

    Encapsulates a collection of objects.... Example Workbook workbook = new Workbook(); WorksheetCollection...WorksheetCollection sheets = workbook.getWorksheets(); //Add a worksheet...

    reference.aspose.com/cells/java/com.aspose.cell...