Sort Score
Result 10 results
Languages All
Labels All
Results 2,201 - 2,210 of 2,220 for

xlsx to xlsx

(0.05 sec)
  1. Render hidden columns and rows | Documentation

    Sometimes Excel document may contain hidden columns and rows (as shown in the image below). GroupDocs.Viewer doesn’t render hidden columns and rows by default. However, there may be the case when you want To control the inclusion of hidden content in the rendering results. GroupDocs.Viewer Cloud provides RenderHiddenRows and RenderHiddenColumns options in SpreadsheeToptions class which enables rendering hidden rows and columns as shown in the following code samples. API Usage There are steps that usage of GroupDocs....xlsx" }, "ViewFormat": "HTML", "RenderOptions":...'SampleFiles/with_hidden_row_and_column.xlsx' }, 'ViewFormat': 'HTML', 'RenderOptions':...

    docs.groupdocs.cloud/viewer/render-hidden-colum...
  2. 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":...'SampleFiles/with_empty_row.xlsx' }, 'ViewFormat': 'HTML', 'RenderOptions':...

    docs.groupdocs.cloud/viewer/skip-rendering-of-e...
  3. 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...
  4. Search Barcode Signature | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports To search Barcode signatures in supported document formats. It provides method To search Barcode Signature in Document Pages with different options barcodeType, Name, text, matchType and other search features by using Search Options Object data in request body. Search Barcode Signature You can search Barcode Signature on Document provided by fileName and document folder (if required) using following API....xlsx/barcode/search?folder#signed...cloud/v1/signature/SignedForVerificatio.xlsx/barcode/search?folder#signed"...

    docs.groupdocs.cloud/signature/search-barcode-s...
  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.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/
  6. 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.Comparison 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"..."/comparisondocs/with-hidden-rows-and-columns.xlsx" } ] } SDK example Our API is...

    docs.groupdocs.cloud/comparison/working-with-fo...
  7. 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...
  8. 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...
  9. 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...
  10. 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":..."FilePath": "SampleFiles/sample.xlsx" }, "ViewFormat": "HTML", "RenderOptions":...

    docs.groupdocs.cloud/viewer/adjust-text-overflo...