Sort Score
Result 10 results
Languages All
Labels All
Results 1,281 - 1,290 of 160,988 for

workbook

(0.25 sec)
  1. Aspose::Cells::Cell::GetDependentsInCalculation...

    Aspose::Cells::Cell::GetDependentsInCalculation method. Gets all cells whose calculated result depends on this cell in C++....method, please make sure the workbook has been set with true value...Startup (); Workbook workbook ; Cells cells = workbook . GetWorksheets...

    reference.aspose.com/cells/cpp/aspose.cells/cel...
  2. Using WorkbookMetadata|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....light-weight version of the workbook into memory to edit its metadata...WorkbookMetadata class to load the workbook. Using WorkbookMetadata The...

    docs.aspose.com/cells/java/using-workbookmetadata/
  3. Aspose.Cells 8.8.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....//Create workbook from stream with Html load options Workbook workbook...workbook = new Workbook ( stream , loadOptions ); //Access first...

    docs.aspose.com/cells/zh/java/public-api-change...
  4. Managing Document Properties in PHP|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....//Instantiate a Workbook object by excel file path $workbook = new Workbook...file $customProperties = $workbook -> getWorksheets () -> getCustomDocumentPro...

    docs.aspose.com/cells/java/managing-document-pr...
  5. GridJsWorkbook.ImportExcelFile | Aspose.Cells f...

    GridJsWorkbook method. Imports the excel file from file path and open password...ImportExcelFile(Workbook) Imports the excel file from the Workbook object...ImportExcelFile ( Workbook wb ) Parameter Type Description wb Workbook The...

    reference.aspose.com/cells/net/aspose.cells.gri...
  6. Encrypting Excel Files in 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/java/encrypting-excel-fil...
  7. Create MS Excel XLSB Files via C# | products.as...

    XLSB creater. Create XLSB files in C# code. Generate MS Excel XLSB files using VB.NET, Asp.NET or any .NET based application....in your class file Create Workbook class instance. Access the...the first worksheet of the workbook. Get the desired cell(s) of...

    products.aspose.com/cells/net/create/xlsb/
  8. Create PDF Files via C# | products.aspose.com

    PDF creater. Create PDF files in C# code. Generate PDF files using VB.NET, Asp.NET or any .NET based application....in your class file Create Workbook class instance. Access the...the first worksheet of the workbook. Get the desired cell(s) of...

    products.aspose.com/cells/net/create/pdf/
  9. Create MS Excel XLTM Files via C# | products.as...

    XLTM creater. Create XLTM files in C# code. Generate MS Excel XLTM files using VB.NET, Asp.NET or any .NET based application....in your class file Create Workbook class instance. Access the...the first worksheet of the workbook. Get the desired cell(s) of...

    products.aspose.com/cells/net/create/xltm/
  10. Calculate Sub Totals|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 ( "../...first worksheet Cells cells = workbook . Worksheets [ 0 ]. Cells...

    docs.aspose.com/cells/net/calculate-sub-totals/