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

xlsx to json

(0.11 sec)
  1. 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....example Request # First get JSON Web Token # Please get your..." \ -H "Accept: application/json" # cURL example to get document...

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

    docs.groupdocs.cloud/viewer/render-print-areas/
  3. 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....example Request # First get JSON Web Token # Please get your..." \ -H "Accept: application/json" # cURL example to get document...

    docs.groupdocs.cloud/viewer/render-hidden-colum...
  4. 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...
  5. Product Overview | Documentation

    A brief overview of the most important features, functionalities and use aspects of GroupDocs Assembly Cloud....WordprocessingML Microsoft Excel XLSX, XLS, XLSM, XLSB, XLT, XLTM...eXtensible Markup Language format. JSON — JavaScript Object Notation...

    docs.groupdocs.cloud/assembly/getting-started/p...
  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.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....e" - H "accept: application/json" - H "authorization: Bearer..."with-hidden-rows-and-columns.xlsx" , "isFolder" : false , "modifiedDate"...

    docs.groupdocs.cloud/signature/working-with-fol...
  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. 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...
  9. Java convert Excel sheet to CSV

    Document AuTomation APIs along with open-source SDKs To enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications To view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....REST API 在 Java 中将 Excel XLS 或 XLSX 转换为 CSV。 您厌倦了手动将 Excel 文件转换为...REST API 在 Java 中将 Excel (XLS/XLSX) 转换为 CSV,并提供有关操作方法的分步指南。 我们将在本文中讨论以下主题:...

    blog.groupdocs.cloud/zh/tag/java-convert-excel-...
  10. ConvertOptions | Documentation

    Format specific convert options xls, Xlsx, Xlsx, xlsm, xlsb, xlsb, ods, xltx, xltm, tsv Properties Description format Convert format password Document password zoom Document zoom fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages To be converted usePdf Use pdf as intermediate format watermarkOptions Watermark options To be applied during conversion { "format": "{format}", "password": "Pass123", "zoom": 100, "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } csv Properties Description format Convert format fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages To be converted usePdf Use pdf as intermediate format { "format": "{format}", "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } html Properties Description format Convert format fixedLayout Document password zoom Document zoom fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages To be converted usePdf Use pdf as intermediate format watermarkOptions Watermark options To be applied during conversion { "format": "{format}", "fixedLayout": true, "zoom": 100, "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } png, gif, bmp, ico Properties Description format Convert format width Width of image after conversion height Height of image after conversion horizontalResolution Desired image horizontal resolution after conversion....specific convert options xls, xlsx, xlsx, xlsm, xlsb, xlsb, ods, xltx...watermarkOptions Property Description Json text Watermark text font Watermark...

    docs.groupdocs.cloud/conversion/convertoptions/