Sort Score
Result 10 results
Languages All
Labels All
Results 1,651 - 1,660 of 6,611 for

xlsx

(0.03 sec)
  1. AmazonS3 Storage exception: Exception of type '...

    Hello, we are seeing this Cloud convert error when converting many different word documents to pdf. Is there an issue with Amazon storage there? GroupDocs.Conversion.Cloud.Sdk.Client.ApiException: AmazonS3 Storage excep…...as a variety of image, docx, xlsx, and other files fail. Nor can...

    forum.groupdocs.cloud/t/amazons3-storage-except...
  2. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Automation REST APIs | GroupDocs Cloud... XLS or XLSX to PDF conversion API allows...

    blog.groupdocs.cloud/groupdocs.cloud/page/29/
  3. GroupDocs.Conversion Cloud Product Family

    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.... Convert Excel XLS or XLSX to CSV in Java using REST API...

    blog.groupdocs.cloud/categories/groupdocs.conve...
  4. GroupDocs.Conversion Cloud Product Family

    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....Convert CSV to Excel XLS or XLSX in Java using REST API. CSV...

    blog.groupdocs.cloud/categories/groupdocs.conve...
  5. Convert PDF to PPTX using a REST API in Python ...

    Programmatically Convert PDF to PowerPoint presentation (PPTX) using a REST API on the cloud in Python with Document Conversion Cloud SDK for Python....Such as PDF to DOCX, PDF to XLSX, PDF to PNG, and PDF to JPG...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  6. New SDK Versions Have Been Released for GroupDo...

    With these new Cloud SDKs, developers on different platforms can easily integrate GroupDocs’ document collaboration tools into their apps and sites....JPEG, PDF to TIFF, PPT to JPEG, XLSX to HTML, MSG to PDF and many...

    blog.groupdocs.cloud/total/get-up-and-running-q...
  7. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Automation REST APIs | GroupDocs Cloud...convert Excel Spreadsheets (XLS, XLSX) to PDF format in Python. Excel...

    blog.groupdocs.cloud/groupdocs.cloud/page/38/
  8. Convert HTML to Excel | Web to Excel in C# | We...

    How to convert HTML tables to Excel spreadsheets seamlessly using C# .NET....\"{sourceFile}\", \"Format\": \"xlsx\", \"LoadOptions\": { \"Format\":...

    blog.groupdocs.cloud/conversion/convert-html-to...
  9. Get Supported File Formats | Documentation

    GroupDocs.Annotation Cloud is a REST API provides methods to apply Text and Figure based annotations to documents & images of all popular formats. Resource The following GroupDocs.Comparison 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/annotation/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "formats": [ { "extension": ".doc", "fileFormat": "Microsoft Word" }, { "extension": ".docx", "fileFormat": "Microsoft Word" }, { "extension": "....xlsx" , "fileFormat" : "Microsoft...

    docs.groupdocs.cloud/annotation/get-supported-f...
  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...

    docs.groupdocs.cloud/conversion/convertoptions/