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

xls to tsv

(0.08 sec)
  1. Latest GroupDocs.Total Cloud Product Family top...

    This public forum is used To discuss issues those are common To multiple GroupDocs.Cloud products....Can't convert password protected xls and ppt 12 881 September 14,...April 27, 2023 Can't convert tsv/txt file 3 658 April 24, 2023...

    forum.groupdocs.cloud/c/total/8
  2. 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...OpenDocument Presentation Template XLS Microsoft Excel 97-2003 Worksheet...Comma Separated Values File TSV Tab Separated Values File Our...

    blog.groupdocs.cloud/merger/groupdocs-merger-cl...
  3. 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...SpreadsheetML, ODS, FODS, DIF, DSV, CSV, TSV [Presentations](https://wiki...

    blog.groupdocs.cloud/editor/update-word-excel-p...
  4. Supported file formats | Documentation

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

    docs.groupdocs.cloud/translation/supported-file...
  5. Overview | Documentation

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

    docs.groupdocs.cloud/viewer/overview/
  6. 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" ..."xls2003" , "xltx" , "xltm" , "tsv" , "tiff" , "tif" , "jpeg" ,...

    docs.groupdocs.cloud/conversion/get-supported-f...
  7. 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....xls" , "fileFormat" : "Microsoft...Values" }, { "extension" : ".tsv" , "fileFormat" : "Tab-Separated...

    docs.groupdocs.cloud/viewer/get-supported-file-...
  8. 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....Format specific convert options xls, xlsx, xlsx, xlsm, xlsb, xlsb...xlsb, ods, xltx, xltm, tsv Properties Description format Convert...

    docs.groupdocs.cloud/conversion/convertoptions/
  9. LoadOptions | Documentation

    CadLoadOptions - dxf, dwg, dgn, dwf, stl, Ifc, plt, Igs Properties Description format The format of input file, (“docx”, for example). This field must be filled with correct input file format when using ConvertDirect method, which accept input file as binary stream, and, because of that, API can correctly handle LoadOptions. layoutNames Specify which layouts To be converted backgroundColor A background color (for example: “Green”) drawType Type of drawing, “UseDrawColor” (default) - Allows To use common color, or “UseObjectColor” - Allows To use separate color for every object drawColor A foreground/draw color (for example: “Red”) { "layoutNames": ["Floor1", "Floor3"], "drawColor": "Red", "backgroundColor": "White" } SpreadsheetLoadOptions - Xls, Xlsx, Xlsm, Xlsb, Xls2003, ods, ots, xltx, xltm, Tsv, xlt Properties Description format The format of input file, (“docx”, for example)...."White" } SpreadsheetLoadOptio - xls, xlsx, xlsm, xlsb, xls2003, ods...ods, ots, xltx, xltm, tsv, xlt Properties Description format...

    docs.groupdocs.cloud/conversion/loadoptions/