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

workbook

(0.1 sec)
  1. Split Panes in Apache POI and Aspose.Cells|Docu...

    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....Cells provides a class, Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class provides a wide range of properties...

    docs.aspose.com/cells/java/split-panes-in-apach...
  2. Repair xls file via .NET | products.aspose.com

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

    products.aspose.com/cells/net/recovery/repair-xls/
  3. 获取特定单元格的文本|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 ThisWorkbook = excelApp . Workbooks . Open (...//Instantiating a Workbook object Workbook workbook = new Workbook ( myPath...

    docs.aspose.com/cells/zh/net/get-text-of-specif...
  4. SignatureLine class | Aspose.Cells for Python v...

    SignatureLine class SignatureLine class Represent the signature line. The SignatureLine type exposes the following me......cells import Workbook from aspose.cells.drawing...Instantiating a Workbook object workbook = Workbook () worksheet...

    reference.aspose.com/cells/python-net/aspose.ce...
  5. Class HorizontalPageBreakCollection | Aspose.Ce...

    Aspose.Cells.HorizontalPageBreakCollection class. Encapsulates a collection of HorizontalPageBreak objects...methods) Examples [C#] Workbook excel = new Workbook (); //Add a pagebreak...[VB] Dim excel as Workbook = new Workbook () ' Add a pagebreak...

    reference.aspose.com/cells/net/aspose.cells/hor...
  6. Aspose::Cells::LoadDataFilterOptions enum | Asp...

    Aspose::Cells::LoadDataFilterOptions enum. Represents the options to filter data when loading Workbook from template in C++....to filter data when loading workbook from template. enum class...for workbook. Settings 1114112 Load settings for workbook and...

    reference.aspose.com/cells/cpp/aspose.cells/loa...
  7. Create CSV Files via C# | products.aspose.com

    CSV creater. Create CSV files in C# code. Generate CSV 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/csv/
  8. Create HTML Files via C# | products.aspose.com

    HTML creater. Create HTML files in C# code. Generate HTML 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/html/
  9. Create MS Excel XLSM Files via C# | products.as...

    XLSM creater. Create XLSM files in C# code. Generate MS Excel XLSM 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/xlsm/
  10. 在单元格中插入文本|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....new worksheet part to the workbook. WorksheetPart newWorksheetPart...Sheets sheets = workbookPart . Workbook . GetFirstChild < Sheets >();...

    docs.aspose.com/cells/zh/net/insert-text-into-a...