Sort Score
Result 10 results
Languages All
Labels All
Results 2,621 - 2,630 of 161,039 for

workbook

(0.1 sec)
  1. Aspose::Cells::Charts::Floor class | Aspose.Cel...

    Aspose::Cells::Charts::Floor class. Encapsulates the object that represents the floor of a 3-D chart in C++....//Instantiate the workbook object Workbook workbook ; //Get cells...cells collection Cells cells = workbook . GetWorksheets (). Get (...

    reference.aspose.com/cells/cpp/aspose.cells.cha...
  2. Repair excel file via Java | products.aspose.com

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

    products.aspose.com/cells/java/recovery/repair-...
  3. RowCollection | Aspose.Cells for Java API Refer...

    Collects the objects that represent the individual rows in a worksheet....//Instantiating a Workbook object Workbook workbook = new Workbook(); //Obtaining...worksheet Worksheet worksheet = workbook.getWorksheets().get(0); //Get...

    reference.aspose.com/cells/java/com.aspose.cell...
  4. Callout|Aspose.Slides Documentation

    PowerPoint chart callouts and data labels in C# or .NET...false ); IChartDataWorkbook workBook = chart . ChartData . ChartDataWorkbook...ChartData . Series . Add ( workBook . GetCell ( 0 , 0 , seriesIndex...

    docs.aspose.com/slides/net/callout/
  5. Merge XLSX Files via Java | products.aspose.com

    Java sample code to combine XLSX documents on Java Runtime Environment for JSP/JSF Application and Desktop Applications....XLSX file with an instance of Workbook class. Load the second XLSX...document with an instance of Workbook class. Merge files using combine()...

    products.aspose.com/cells/java/merger/xlsx/
  6. Merge CSV Files via Java | products.aspose.com

    Java sample code to combine CSV documents on Java Runtime Environment for JSP/JSF Application and Desktop Applications....CSV file with an instance of Workbook class. Load the second CSV...document with an instance of Workbook class. Merge files using combine()...

    products.aspose.com/cells/java/merger/csv/
  7. Search XLSM document without opening via Java |...

    Java sample code to search words with pattern in XLSM file on Java Runtime Environment for JSP/JSF Application and Desktop Applications....XLSM file by instantiating a Workbook object. Access the first worksheet...Instantiating a Workbook object Workbook workbook = new Workbook(dataDir...

    products.aspose.com/cells/java/search/xlsm/
  8. Merge ODS Files via Java | products.aspose.com

    Java sample code to combine ODS documents on Java Runtime Environment for JSP/JSF Application and Desktop Applications....ODS file with an instance of Workbook class. Load the second ODS...document with an instance of Workbook class. Merge files using combine()...

    products.aspose.com/cells/java/merger/ods/
  9. get_dependents method | Aspose.Cells for Python...

    get_dependents method get_dependents Get all cells whose formula references to this cell directly. def get_dependents......cell, all formulas in the workbook or worksheet will be analized...cell, all formulas in the workbook or worksheet will be analized...

    reference.aspose.com/cells/python-net/aspose.ce...
  10. Aspose::Cells::Name class | Aspose.Cells for C+...

    Aspose::Cells::Name class. Represents a defined name for a range of cells in C++....Indicates this name belongs to Workbook or Worksheet . 0 = Global...Indicates this name belongs to Workbook or Worksheet . 0 = Global...

    reference.aspose.com/cells/cpp/aspose.cells/name/