Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 231 for

xlsx to json

(0.74 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....Linux/MacOS/Bash # First get JSON Web Token # Place your Client..." \ -H "Accept: application/json" # Get document information...

    docs.groupdocs.cloud/viewer/skip-rendering-of-e...
  2. 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....Linux/MacOS/Bash # First get JSON Web Token # Please get your..." \ -H "Accept: application/json" # cURL example to get document...

    docs.groupdocs.cloud/viewer/adjust-text-overflo...
  3. 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....Linux/MacOS/Bash # First get JSON Web Token # Please get your..." \ -H "Accept: application/json" # cURL example to get document...

    docs.groupdocs.cloud/viewer/render-print-areas/
  4. Search Digital 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 Digital signatures in supported document formats. It provides method To search Digital Signature in Document Pages with different options by using Search Options Object data in request body. Search Digital Signature You can search Digital Signature on Document provided by fileName and document folder (if required) using following API....xlsx/digital/search?folder#signed"...--header "Content-Type: application/json" \ --data '{ "documentPageNumber":...

    docs.groupdocs.cloud/signature/search-digital-s...
  5. Edit PDF Metadata in Java: Step-by-Step Guide f...

    Learn how To edit PDF metadata in Java with GroupDocs.Metadata Cloud SDK. This guide shows how To update document properties, add fields, and save the PDF....existing metadata from PDF, DOCX , XLSX , and many other formats. Update...-H "Content-Type: application/json" \ -d '{"client_id":"YOUR_CLIENT_ID"...

    blog.groupdocs.cloud/metadata/edit-pdf-metadata...
  6. Search QRCode 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 QRCode signatures in supported document formats. It provides method To search Digital Signature in Document Pages with different options qrCodeTypeName, text, matchType and other search features by using Search Options Object data in request body. Search QRCode Signature You can search QRCode Signature on Document provided by fileName and document folder (if required) using following API....xlsx/QRCode/search?folder#signed"...--header "Content-Type: application/json" \ --data '{ "qrCodeTypeName":...

    docs.groupdocs.cloud/signature/search-qrcode-si...
  7. 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...--header 'content-type: application/json' \ --data '{ "barcodeTypeName":...

    docs.groupdocs.cloud/signature/search-barcode-s...
  8. Get Supported File Formats | Documentation

    GroupDocs.Viewer Cloud REST APIs support To render over 50 file formats To HTML5 or Image formats for the whole document, page by page or cusTom range of pages. To get list of supported formats, You can use the below API. The following GroupDocs.Viewer Cloud REST API resource has been used in the Supported File Formats example. cURL example Linux/MacOS/Bash curl -X GET "https://api.groupdocs.cloud/v2.0/viewer/formats" \ -H "accept: application/Json" \ -H "authorization: Bearer $JWT_ToKEN" Windows PowerShell curl....0/viewer/formats" \ -H "accept: application/json" \ -H "authorization: Bearer...0/viewer/formats" ` -H "accept: application/json" ` -H "authorization: Bearer...

    docs.groupdocs.cloud/viewer/get-supported-file-...
  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.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...." \ -H "accept: application/json" \ -H "authorization: Bearer..." ` -H "accept: application/json" ` -H "authorization: Bearer...

    docs.groupdocs.cloud/editor/working-with-folder/
  10. 使用 REST API 在 C# 中将 HTML 转换为 PDF

    在 C# 中在线将 HTML 网页转换为 PDF 文档以保留格式或打印它。本文介绍如何使用 REST API 在 C# 中将 HTML 转换为 PDF。...持: 在 C# 中以编程方式将 CSV 转换为 JSON 或将 JSON 转换为 CSV 在 C# 中以编程方式将 Word...如何在 Python 中将 EXCEL 转换为 JSON 以及将 JSON 转换为 EXCEL 如何使用 Node.js 将...

    blog.groupdocs.cloud/zh/conversion/convert-html...