Sort Score
Result 10 results
Languages All
Labels All
Results 1,521 - 1,530 of 5,816 for

xls

(0.04 sec)
  1. Convert XML to JSON in Java: A step-by-step Guide

    Learn how to convert XML to JSON in Java using REST API. Follow our step-by-step tutorial with just a few simple steps to get started today....below: Convert PDF to Excel (XLS/XLSX) in Java using REST API...

    blog.groupdocs.cloud/conversion/how-to-convert-...
  2. Convert PNG to PowerPoint using Java - A Step-b...

    Learn how to convert PNG images to PowerPoint format quickly and efficiently. Follow our step-by-step guide using GroupDocs.Conversion Cloud SDK for Java....in Java Convert CSV to Excel (XLS/XLSX) in Java using REST API...

    blog.groupdocs.cloud/conversion/convert-png-to-...
  3. 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 Request curl -X GET "https://api.groupdocs.cloud/v2.0/viewer/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Resonse { "formats": [ { "extension": "....xls" , "fileFormat" : "Microsoft...

    docs.groupdocs.cloud/viewer/get-supported-file-...
  4. Convert TIFF to PDF in Java

    Learn how to convert TIFF to PDF in Java programmatically. Get accurate and high-quality conversions with customizable settings and secure data handling....using Java Convert PDF to Excel (XLS/XLSX) in Java using REST API...

    blog.groupdocs.cloud/conversion/tiff-file-to-pd...
  5. Convert JPG to SVG in Java - A Step-by-Step Guide.

    Learn how to convert JPG images to SVG files via Java: A Step-by-Step Guide Using GroupDocs.Conversion Cloud SDK for Java....in Java Convert CSV to Excel (XLS/XLSX) in Java using REST API...

    blog.groupdocs.cloud/conversion/convert-jpg-ima...
  6. 在 Python 中将 Word 转换为 TIFF 文件

    GroupDocs API 是一种在几秒钟内将 DOC 转换为 TIFF 文件的安全且易于使用的方法。本文介绍如何在 Python 中将 word 转换为 TIFF 文件。...图像 在 Python 中将 CSV 转换为 Excel XLS/XLSX 电子表格 如何在 Python 中将 PDF 文件转换为...

    blog.groupdocs.cloud/zh/conversion/convert-word...
  7. 在 Node.js 中使用 REST API 以 HTML 格式显示 Excel 数据

    使用 Node.js 中的 REST API 和 GroupDocs.Viewer Cloud for Node.js SDK,以编程方式将 Microsoft Excel 电子表格数据呈现或显示为 HTML。...js SDK # 为了呈现 XLS 或 XLSX 电子表格,我将使用 GroupDocs.Viewer...

    blog.groupdocs.cloud/zh/viewer/display-excel-da...
  8. 使用 Ruby 将 Excel 电子表格转换为 PDF

    您可以使用 GroupDocs.Conversion Cloud API 轻松将 Excel XlsX 文件转换为 PDF。本教程介绍如何使用 Ruby 将 Excel 电子表格转换为 PDF... XLS 或 XLSX 到 PDF 的转换 API 允许以可移植的形式与他人共享...

    blog.groupdocs.cloud/zh/conversion/convert-exce...
  9. Sign document with digital signature | Document...

    A digital electronic signature is a scheme for verifying the document’s authenticity. A valid digital signature gives a recipient very strong reason to believe that the document was created or updated by a known sender and that the document was not altered by unknown source. For documents, the digital signature is represented by certificate with private (to sign) and public (to verify) keys. Most often certificates of various public key cryptography standards are used for this purpose, for example PFX format (see specification here)....OTT), Spreadsheet files (XLSX, XLS, ODS, OTS) support digital signature...

    docs.groupdocs.cloud/signature/sign-document-wi...
  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....Format specific convert options xls, xlsx, xlsx, xlsm, xlsb, xlsb...

    docs.groupdocs.cloud/conversion/convertoptions/