Sort Score
Result 10 results
Languages All
Labels All
Results 1,671 - 1,680 of 161,044 for

workbook

(0.07 sec)
  1. Display String in Worksheet Cell|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 myWorkbook = this . Application . Workbooks . Open...Aspose.Cells Workbook myWorkbook = new Workbook ( fileName );...

    docs.aspose.com/cells/net/display-string-in-wor...
  2. Create TSV Files via C# | products.aspose.com

    TSV creater. Create TSV files in C# code. Generate TSV 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/tsv/
  3. Create MS Excel XLSX Files via C# | products.as...

    XLSX creater. Create XLSX files in C# code. Generate MS Excel XLSX 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/xlsx/
  4. Create MS Excel XLT Files via C# | products.asp...

    XLT creater. Create XLT files in C# code. Generate MS Excel XLT 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/xlt/
  5. Create ODS (Openoffice / Lbreoffice) Files via ...

    ODS creater. Create ODS files in C# code. Generate ODS (Openoffice / Lbreoffice) 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/ods/
  6. Unlock XLSB document via .NET | products.aspose...

    C# source code to unlock password protected XLSB file on .NET Framework, .NET Core, Mono or Xamarin Platforms.... Instantiate Workbook class with path to protected...method Remove Workbook protection with Workbook.Unprotect method...

    products.aspose.com/cells/net/unlock/xlsb/
  7. 在工作表中隐藏行和列|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....在工作表中隐藏行和列 C# Workbook workbook = new Workbook (); //Accessing...file Worksheet worksheet = workbook . Worksheets [ 0 ]; worksheet...

    docs.aspose.com/cells/zh/net/hiding-rows-and-co...
  8. ProtectionType | Aspose.Cells for Java API Refe...

    Represents Workbook/worksheet protection type....ProtectionType Represents workbook/worksheet protection type...protect structure, used in Workbook protection. WINDOWS Represents...

    reference.aspose.com/cells/java/com.aspose.cell...
  9. Aspose.Cells 8.8.3 中的公共 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....an instance of Workbook var book = new Workbook (); // Access...); // Create an instance of Workbook and load an existing spreadsheet...

    docs.aspose.com/cells/zh/net/public-api-changes...
  10. Freeze Panes 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/freeze-panes-in-ruby/