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

workbook

(0.11 sec)
  1. Repair xlsb file via Python | products.aspose.com

    Repair a corrupt xlsb file using Python. Recovery tool to repair corrupted xlsb file within Python application....by creating an instance of Workbook, using the inheritance class...to the code above. Save the workbook, the corrupted xlsb file will...

    products.aspose.com/cells/python-net/recovery/r...
  2. 在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 by excel file path workbook = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/zh/java/display-or-hide-s...
  3. Calculate or Recalculate formulas dynamically|D...

    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...Excel object int sheetIndex = workbook . Worksheets . Add (); //Obtaining...

    docs.aspose.com/cells/net/calculate-or-recalcul...
  4. 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...
  5. 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...
  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...