Sort Score
Result 10 results
Languages All
Labels All
Results 1,931 - 1,940 of 1,953 for

xlsx to xlsx

(0.05 sec)
  1. Skip rendering of empty rows | Documentation

    Sometimes Excel document contains information at the beginning of the worksheet and after that, it contains some count of empty (blank) rows. In case, if the number of empty rows is considerably huge, the rendering time increases and hence, it affects the performance. To skip rendering of empty rows GroupDocs.Viewer Cloud provides RenderEmptyRows property of SpreadsheeToptions class, which allow omitting To render empty rows as shown in the sample below....xlsx' }, 'ViewFormat': 'HTML', 'RenderOptions':..."path" : "viewer/with_empty_row_xlsx/with_empty_row_page_1.html"...

    docs.groupdocs.cloud/viewer/skip-rendering-of-e...
  2. 7. Convert Spreadsheet Document with Load Optio...

    This example demonstrates how To convert Spreadsheet documents inTo pdf documents with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document inTo cloud sTorage Convert document Download converted document from sTorage Steps 1 and 3 are sTorage operations, please refer To this GroupDocs.Conversion Cloud documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....xlsx', 'Format': 'pdf', 'LoadOptions':...FilePath = "Spreadsheet/sample.xlsx" , Format = "pdf" , LoadOptions...

    docs.groupdocs.cloud/conversion/convert-spreads...
  3. Password-Protect Excel using Password Protectio...

    Follow this guide To learn how To password-protect Excel files. This password protection service is easy To use and lets you secure files programmatically....xlsx downloaded on your machine....

    blog.groupdocs.cloud/merger/password-protect-ex...
  4. Working with Folder API | Documentation

    Get the File Listing of a Specific Folder This API allows you To get a list of all files of a specific folder from the specified Cloud STorage. If you do not pass sTorage name API will find folder in GroupDocs Cloud STorage. API Explorer GroupDocs.signature Cloud API Reference lets you To try out List Files in a Folder API right away in your browser. It allows you To effortlessly interact and try out every single operation that our APIs exposes....xlsx" , "isFolder" : false , "modifiedDate"..."/signaturedocs/with-hidden-rows-and-columns.xlsx" } ] } SDK examples Our API...

    docs.groupdocs.cloud/signature/working-with-fol...
  5. Working With Folder | Documentation

    Get the File Listing of a Specific Folder This API allows you To get a list of all files of a specific folder from the specified Cloud STorage. If you do not pass sTorage name API will find the folder in GroupDocs Cloud STorage. API Explorer GroupDocs.Watermark Cloud API Reference lets you try out List Files in a Folder API right away in your browser. It allows you To effortlessly interact and try out every single operation that our APIs expose....xlsx" , "isFolder" : false , "modifiedDate"..."/watermarkdocs/with-hidden-rows-and-columns.xlsx" } ] } SDK examples Our API...

    docs.groupdocs.cloud/watermark/working-with-fol...
  6. Adjust text overflow in cells | Documentation

    When Spreadsheet is rendered overflowed text inside the cell overlays subsequent cells until it meets non-empty cell. GroupDocs.Viewer Cloud provides a setting To configure the mode which will be used for rendering overflowed text: To set the overflowed text To be hidden, set SpreadsheeToptions.TexToverflowMode To HideText as shown in the example below. To set the overflowed text To overlay subsequent cells until it meets non empty cell, set SpreadsheeToptions.TexToverflowMode To OverlayIfNextIsEmpty....xlsx' }, 'ViewFormat': 'HTML', 'RenderOptions':...null , "path" : "viewer/sample_xlsx/sample_page_1.html" , "downloadUrl"...

    docs.groupdocs.cloud/viewer/adjust-text-overflo...
  7. Working With Folder | Documentation

    Get the File Listing of a Specific Folder This API allows you To get a list of all files of a specific folder from the specified Cloud STorage. If you do not pass sTorage name API will find the folder in GroupDocs Cloud STorage. API Explorer GroupDocs.EdiTor Cloud API Reference lets you try out List Files in a Folder API right away in your browser. It allows you To effortlessly interact and try out every single operation that our APIs expose....xlsx" , "isFolder" : false , "modifiedDate"..."/editordocs/with-hidden-rows-and-columns.xlsx" } ] } SDK examples Our API...

    docs.groupdocs.cloud/editor/working-with-folder/
  8. Working with Folder API | Documentation

    Get the File Listing of a Specific Folder This API allows you To get a list of all files of a specific folder from the specified Cloud STorage. If you do not pass sTorage name API will find folder in GroupDocs Cloud STorage. API Explorer GroupDocs.Annotation Cloud API Reference lets you To try out List Files in a Folder API right away in your browser. It allows you To effortlessly interact and try out every single operation that our APIs exposes....xlsx" , "isFolder" : false , "modifiedDate"..."/annotationdocs/with-hidden-rows-and-columns.xlsx" } ] } SDK examples Our API...

    docs.groupdocs.cloud/annotation/working-with-fo...
  9. Working With Folder | Documentation

    Get the File Listing of a Specific Folder This API allows you To get a list of all files of a specific folder from the specified Cloud STorage. If you do not pass sTorage name API will find the folder in GroupDocs Cloud STorage. API Explorer GroupDocs.Merger Cloud API Reference lets you try out List Files in a Folder API right away in your browser. It allows you To effortlessly interact and try out every single operation that our APIs expose....xlsx" , "isFolder" : false , "modifiedDate"..."/conversiondocs/with-hidden-rows-and-columns.xlsx" } ] } SDK examples Our API...

    docs.groupdocs.cloud/merger/working-with-folder/
  10. Render print areas | Documentation

    Spreadsheet document allows To set a print area if you want To print a specific section on a worksheet. There can be the case when you want To render only the print area of the worksheet using GroupDocs.Viewer Cloud. GroupDocs.Viewer Cloud provides an option To render sections of the worksheet(s) defined as the “print area”. It renders each print area in a worksheet as a separate page. The following code samples show how To render only the print areas from worksheets....xlsx' }, 'ViewFormat': 'HTML', 'RenderOptions':..."viewer/with_four_print_areas_xlsx/with_four_print_areas_page_1...

    docs.groupdocs.cloud/viewer/render-print-areas/