Sort Score
Result 10 results
Languages All
Labels All
Results 1,001 - 1,010 of 161,045 for

workbook

(0.07 sec)
  1. Aspose::Cells::Drawing::Picture::GetOriginalWid...

    Aspose::Cells::Drawing::Picture::GetOriginalWidthInch method. Gets the original width of picture, in unit of inches in C++....//Instantiating a Workbook object Workbook workbook ; Worksheet worksheet...worksheet = workbook . GetWorksheets (). Get ( 0 ); //Adding a...

    reference.aspose.com/cells/cpp/aspose.cells.dra...
  2. Aspose::Cells::Drawing::Picture::GetOriginalHei...

    Aspose::Cells::Drawing::Picture::GetOriginalHeight method. Gets the original height of the picture in C++....//Instantiating a Workbook object Workbook workbook ; Worksheet worksheet...worksheet = workbook . GetWorksheets (). Get ( 0 ); //Adding a...

    reference.aspose.com/cells/cpp/aspose.cells.dra...
  3. Merge or UnMerge Cells in a Worksheet in VSTO a...

    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....the first worksheet in the workbook and save the excel file. Merging...the excel file. excelApp . Workbooks . Open ( myPath , Missing...

    docs.aspose.com/cells/net/merge-or-unmerge-cell...
  4. Managing Page Breaks 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....add_page_breaks ( workbook ) worksheets = workbook . getWorksheets...(that is Excel 2003) format workbook . save ( @data_dir + "Add...

    docs.aspose.com/cells/java/managing-page-breaks...
  5. Public API Changes in Aspose.Cells 8.5.2|Docume...

    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 object from source file Workbook workbook = new...new Workbook ( "source.xlsx" ); //Access first worksheet Worksheet...

    docs.aspose.com/cells/java/public-api-changes-i...
  6. Workbook.Protect | Aspose.Cells for .NET API Re...

    Workbook method. Protects a Workbook...Workbook.Protect Workbook.Protect method Protects a workbook...the workbook. See Also enum ProtectionType class Workbook namespace...

    reference.aspose.com/cells/net/aspose.cells/wor...
  7. Convert-Excel-to-JSON|Documentation

    Learn how to convert excel file to json with Aspose.Cells....Cells supports converting a Workbook to Json(JavaScript Object...Notation) file. Convert Excel Workbook to JSON No need to wonder...

    docs.aspose.com/cells/net/convert-excel-to-json/
  8. 无图表加载源Excel文件|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....the workbook with specified load options Workbook workbook = new...new Workbook ( "sample.xlsx" , options ); //Save the workbook...

    docs.aspose.com/cells/zh/java/load-source-excel...
  9. Insert comments to XLS file via .NET | products...

    Insert comments to XLS using C#. Use API example code to insert comments within .NET application....by creating an instance of Workbook Insert comments to the Worksheet...Worksheet in a Cell Save the workbook In Office 365, comments are...

    products.aspose.com/cells/net/comments/insert-c...
  10. Display Hide Scroll Bars in Jython|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.... cells import Workbook class DisplayHideScrollBar...DisplayHideScrollBar / ' workbook = Workbook ( dataDir + "Book1.xls"...

    docs.aspose.com/cells/java/display-hide-scroll-...