Sort Score
Result 10 results
Languages All
Labels All
Results 3,701 - 3,710 of 84,706 for

workbook

(0.6 sec)
  1. XLSB to PPTX Convert API for Swift

    Using Aspose.Cells Cloud SDK for Swift to convert XLSB format file to PPTX format file....expectation(description: "PutConvert" ) let workbook : String = "Book1.xlsb" let..."pptx" let url1 : URL? = getURL(workbook) let filedata = NSData(contentsOfFile:...

    products.aspose.cloud/cells/swift/conversion/xl...
  2. XLS to TSV Convert API for Swift

    Using Aspose.Cells Cloud SDK for Swift to convert XLS format file to TSV format file....expectation(description: "PutConvert" ) let workbook : String = "Book1.xls" let..."tsv" let url1 : URL? = getURL(workbook) let filedata = NSData(contentsOfFile:...

    products.aspose.cloud/cells/swift/conversion/xl...
  3. XLTX to SXC Convert API for Swift

    Using Aspose.Cells Cloud SDK for Swift to convert XLTX format file to SXC format file....expectation(description: "PutConvert" ) let workbook : String = "Book1.xltx" let..."sxc" let url1 : URL? = getURL(workbook) let filedata = NSData(contentsOfFile:...

    products.aspose.cloud/cells/swift/conversion/xl...
  4. Split Excel Online | Split Excel into Multiple ...

    Split Excel sheets into multiple files using C# .NET. Step-by-step instructions to split large Excel into separate worksheets. Develop Excel splitter using REST API...the steps of splitting Excel workbook into multiple files using...then merge the second Excel workbook to the first. Let’s understand...

    blog.aspose.cloud/cells/split-excel-files-using...
  5. C#: JSON to Excel | Convert JSON to XLS using ....

    Perform seamless data transformation with our in-depth guide on converting JSON to Excel. Enhance your coding skills and streamline the process for creating dynamic Excel worksheets from JSON data effortlessly....How to convert JSON to Excel workbook using .NET Cloud SDK. JSON...conversion, the resultant Excel workbook is stored in cloud storage...

    blog.aspose.cloud/cells/convert-json-to-xls-wit...
  6. Delete Chart in Excel using Java REST API

    This article guides on how to delete chart in Excel using Java REST API. You will learn to automatically remove chart from Excel using Java Low Code API utilizing a Java-based Cloud SDK.... It requires workbook name and sheet name for deleting...process to remove chars from the Workbook. To add a bar chart in an...

    kb.aspose.cloud/cells/java/delete-chart-in-exce...
  7. Delete Chart in Excel using Python REST API

    This article guides on how to delete chart in Excel using Python REST API. You will learn to automatically remove chart from Excel using Python Low Code API utilizing a Python-based Cloud SDK.... It requires workbook name and sheet name for deleting...process to remove chars from the Workbook. To add a bar chart in an...

    kb.aspose.cloud/cells/python/delete-chart-in-ex...
  8. Merge Cells in Excel using Java REST API

    This article guides on how to merge cells in Excel using Java REST API. You will learn to automatically combine cells in Excel using Java Low Code API with a Java-based Cloud SDK....rows or columns in an XLSX workbook precisely according to your...auto‑filter to your Excel workbook, be sure to explore the article...

    kb.aspose.cloud/cells/java/merge-cells-in-excel...
  9. Export Json to DOCX file via Swift

    Aspose.Cells Cloud REST API support exporting Excel file and internal objects to kinds of format files. SDK support kinds of development languages. They include Android, C#, Go, Java, NodeJS, Perl, PHP, Python, Ruby, and swift....expectation(description: "PutConvert" ) let workbook : String = "Book1.xlsx" let..."docx" let url1 : URL? = getURL(workbook) let filedata = NSData(contentsOfFile:...

    products.aspose.cloud/cells/swift/export/json-t...
  10. Get worksheets|Document

    Learn how to retrieve worksheet information from an Excel Workbook using the Aspose.Cells Cloud REST API. Includes request details, cURL example, and SDK code samples for multiple programming languages....worksheets contained in a workbook. REST API GET http://api.aspose...

    docs.aspose.cloud/cells/worksheets/get-all/