Sort Score
Result 10 results
Languages All
Labels All
Results 1 - 10 of 11 for

xlsx to tsv

(0.03 sec)
  1. Error Conversion Api - Unable to Cast Object - ...

    Hi. Since Today, we’re encountering errors when attempting To convert Tsv (csv) To Xlsx using the API. Nothing has changed on our end, and we’re unsure what’s causing the issue. Here’s an example of the error we’re see…...attempting to convert TSV (csv) to XLSX using the API. Nothing...

    forum.groupdocs.cloud/t/error-conversion-api-un...
  2. Supported file formats | Documentation

    A complete list of file formats that can be translated using GroupDocs.Translation Cloud....XLSX .XLSM .XLS Microsoft Excel and...values. Tab-separated values .TSV Tabular data in a plain text...

    docs.groupdocs.cloud/translation/supported-file...
  3. Render Documents to HTML5 with REST API in Java...

    GroupDocs.Merger Cloud is a platform independent REST API solution To join multiple documents and manipulate single document structure across wide range of documents...Microsoft Excel 97-2003 Worksheet XLSX Microsoft Excel Worksheet XLSB...Comma Separated Values File TSV Tab Separated Values File Our...

    blog.groupdocs.cloud/merger/groupdocs-merger-cl...
  4. Watermark Cloud API & SDKs to Secure Documents ...

    Document Editing REST API allows editing word-processing documents, spreadsheets, presentations, and web documents like HTML in C#, Java, PHP, Python, etc....com/spreadsheet/) XLS, XLSX, XLSM, XLT, XLTX, XLTM, XLSB...SpreadsheetML, ODS, FODS, DIF, DSV, CSV, TSV [Presentations](https://wiki...

    blog.groupdocs.cloud/editor/update-word-excel-p...
  5. Get Supported File Formats | Documentation

    GroupDocs.conversion Cloud REST APIs support document conversion Tools To convert files from 65+ supported formats To get high-quality output in quickly and reliably. To get a list of supported formats, You can use the below API. Resource The following GroupDocs.conversion 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/conversion/formats' \ -H 'accept: application/json' \ -H "authorization: Bearer $JWT_ToKEN" Windows PowerShell curl...."targetFormats" : [ "ods" , "xls" , "xlsx" , "xlsm" , "xlsb" , "csv" ..."xls2003" , "xltx" , "xltm" , "tsv" , "tiff" , "tif" , "jpeg" ,...

    docs.groupdocs.cloud/conversion/get-supported-f...
  6. Latest GroupDocs.Total Cloud Product Family top...

    This public forum is used To discuss issues those are common To multiple GroupDocs.Cloud products....convert tsv/txt file 3 658 April 24, 2023 Convert XLSX in GroupDocs...

    forum.groupdocs.cloud/c/total/8
  7. Overview | Documentation

    GroupDocs.Viewer Cloud Overview... DOTM Microsoft Excel: XLS, XLSX, XLSM, XLSB, XLTX, XLTM Microsoft...Values: CSV Tab Separated values: TSV HyperText Markup Language: HTML...

    docs.groupdocs.cloud/viewer/overview/
  8. Free Support Policies - Free Support Forum - gr...

    Free Support Since we are developers ourselves, we understand how frustrating it is when a technical issue or a quirk in the software sTops you from doing what you need To do. We’re here To solve problems, not create t…...2024-12-12 at 8:27 pm When rendering Xlsx as PDF, Chinese characters are...Box integration Can't convert tsv/txt file DXF to PDF Conversion...

    forum.groupdocs.cloud/t/free-support-policies/627
  9. 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....xlsx" , "fileFormat" : "Microsoft...Values" }, { "extension" : ".tsv" , "fileFormat" : "Tab-Separated...

    docs.groupdocs.cloud/viewer/get-supported-file-...
  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....xls, xlsx, xlsx, xlsm, xlsb, xlsb, ods, xltx, xltm, tsv Properties...

    docs.groupdocs.cloud/conversion/convertoptions/