Skip to content

Commit 1fe8030

Browse files
authored
Standardized readme.md
1 parent c69a545 commit 1fe8030

File tree

1 file changed

+37
-33
lines changed

1 file changed

+37
-33
lines changed

README.md

Lines changed: 37 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,27 @@
1-
# Swift REST API for Spreadsheet Processing in Cloud
1+
![](https://img.shields.io/badge/REST%20API-v3.0-lightgrey) [![GitHub license](https://img.shields.io/github/license/aspose-cells-cloud/aspose-cells-cloud-android)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-android/blob/master/LICENSE) ![Cocoapods platforms](https://img.shields.io/cocoapods/p/AsposeCellsCloud) ![Cocoapods](https://img.shields.io/cocoapods/v/AsposeCellsCloud)
22

3-
This Cloud SDK enhances your Swift cloud-based apps to [process & manipulate Microsoft Excel spreadsheets](https://products.aspose.cloud/cells/swift) in the cloud, without MS Office.
3+
# Swift Cloud SDK for Spreadsheet Processing
44

5-
## Spreadsheet Processing Features
5+
Swift Cloud SDK wraps Aspose.Cells Cloud API. The SDK enhances your Android apps to [process & manipulate Microsoft Excel spreadsheets](https://products.aspose.cloud/cells/swift) in the cloud, without requiring Microsoft Office®.
66

7-
- Add, update or delete charts, worksheet pictures, shapes, hyperlinks & validations.
8-
- Add or remove cells area for conditional formatting, or OleObjects from Excel worksheets.
9-
- Insert or delete, horizontal or vertical page breaks
10-
- Add ListObject at a specific place within an Excel file & convert them to a range of cells.
11-
- Delete specific or all ListObjects in a worksheet or summarize its data with pivot table.
7+
- Create Excel files from scratch via API or [Smart Markers](https://docs.aspose.cloud/cells/create-excel-workbook-from-a-smartmarker-template/).
8+
- Load, process & [convert Excel files](https://docs.aspose.cloud/cells/convert-excel-workbook-to-different-file-formats/) via Cloud SDK.
9+
- Add, update or delete worksheet, charts, pictures, shapes, hyperlinks & validations.
10+
- Add or remove cells area for conditional formatting from Excel worksheets.
11+
- Insert or delete, horizontal or vertical page breaks.
12+
- Add ListObject or convert ListObjects to a range of cells.
13+
- Summarize data with [Pivot Tables](https://docs.aspose.cloud/cells/working-with-pivot-tables/) & Excel charts.
1214
- Apply custom criteria to list filters of various types.
1315
- Get, update, show or hide chart legend & titles.
1416
- Manipulate page setup, header & footer.
1517
- Create, update, fetch or delete document properties.
1618
- Fetch the required shape from worksheet.
17-
- Load & Process Excel Spreadsheets via Cloud SDK.
18-
- Cloud SDK to Read & Process Excel Worksheets.
19-
- Leverage the Power of Pivot Tables & Ranges.
19+
- Leverage the power of named ranges.
2020

21-
## New Features in Version 20.9
22-
23-
- Support sparkline groups.
24-
- Add API about updating pivot field.
25-
26-
## Enhancements in Version 20.9
27-
28-
- Enhancement for add chart API.
29-
30-
For the detailed notes, please visit [Aspose.Cells Cloud 20.9 Release Notes](https://github.com/aspose-cells-cloud/aspose-cells-cloud-swift/releases/tag/20.9).
21+
## New Features & Enhancements in Version 20.9
22+
- Supported sparkline groups.
23+
- Added API to update Pivot Fields.
24+
- Enhanced chart API.
3125

3226
## Read & Write Spreadsheet Formats
3327

@@ -37,30 +31,40 @@ For the detailed notes, please visit [Aspose.Cells Cloud 20.9 Release Notes](htt
3731
**Text:** CSV, TSV, TXT (TabDelimited)
3832
**Web:** HTML, MHTML
3933

40-
## Save Spreadsheet As
34+
## Save Spreadsheets As
4135

42-
DIF, PDF, XPS, TIFF, SVG, MD (Markdown)
36+
**Microsoft Excel:** XLS, XLSX, XLSB
37+
**OpenOffice:** ODS
38+
**SpreadsheetML:** XML
39+
**Text:** CSV, TSV, TXT (TabDelimited)
40+
**Web:** HTML, MHTML
41+
**Fixed Layout:** PDF, XPS
42+
**Images:** PNG, JPG, TIFF, SVG
43+
**Markdown:** MD
44+
**Other:** DIF
4345

44-
## Read Spreadsheet Formats
46+
## Read Other Formats
4547

4648
SXC, FODS
4749

48-
[Product Page](https://products.aspose.cloud/cells/swift) | [Documentation](https://docs.aspose.cloud/cells/) | [Demo](https://products.aspose.app/cells/family) | [API Reference](https://apireference.aspose.cloud/cells/) | [Examples](https://github.com/aspose-cells-cloud/aspose-cells-cloud-swift) | [Blog](https://blog.aspose.cloud/category/cells/) | [Free Support](https://forum.aspose.cloud/c/cells) | [Free Trial](https://dashboard.aspose.cloud/#/apps)
49-
50-
## Getting Started
50+
## Get Started with Aspose.Cells Cloud SDK for Swift
5151

52-
Please, add the following cocoapods to your project.
53-
54-
You want to add pod `'AsposeCellsCloud', '~> 20.9'` similar to the following to your Podfile:
52+
First, create an account at [Aspose for Cloud](https://dashboard.aspose.cloud/#/apps) and get your application information. Then, add pod `'AsposeCellsCloud', '~> 20.9'` similar to the following:
5553

5654
```console
5755
target 'MyApp' do
5856
pod 'AsposeCellsCloud', '~> 20.9'
5957
end
6058
```
6159

62-
Then run a pod install inside your terminal, or from CocoaPods.app.
60+
Alternatively, run `pod try AsposeCellsCloud` command for a test run.
61+
62+
63+
## Aspose.Cells Cloud SDKs in Popular Languages
6364

64-
Alternatively to give it a test run, run the command:
65+
| .NET | Java | PHP | Python | Ruby | Node.js | Android | Perl | GO |
66+
|---|---|---|---|---|---|---|---|---|
67+
| [GitHub](https://github.com/aspose-cells-cloud/aspose-cells-cloud-dotnet) | [GitHub](https://github.com/aspose-cells-cloud/aspose-cells-cloud-java) | [GitHub](https://github.com/aspose-cells-cloud/aspose-cells-cloud-php) | [GitHub](https://github.com/aspose-cells-cloud/aspose-cells-cloud-python) | [GitHub](https://github.com/aspose-cells-cloud/aspose-cells-cloud-ruby) | [GitHub](https://github.com/aspose-cells-cloud/aspose-cells-cloud-node) | [GitHub](https://github.com/aspose-cells-cloud/aspose-cells-cloud-android) | [GitHub](https://github.com/aspose-cells-cloud/aspose-cells-cloud-perl) | [GitHub](https://github.com/aspose-cells-cloud/aspose-cells-cloud-go) |
68+
| [NuGet](https://www.nuget.org/packages/Aspose.Cells-Cloud/) | [Maven](https://repository.aspose.cloud/webapp/#/artifacts/browse/tree/General/repo/com/aspose/aspose-cells-cloud) | [Composer](https://packagist.org/packages/aspose/cells-sdk-php) | [PIP](https://pypi.org/project/asposecellscloud/) | [GEM](https://rubygems.org/gems/aspose_cells_cloud) | [NPM](https://www.npmjs.com/package/asposecellscloud) | [Maven](https://repository.aspose.cloud/webapp/#/artifacts/browse/tree/General/repo/com/aspose/aspose-cells-cloud-android) | [CPAN](https://metacpan.org/release/AsposeCellsCloud-CellsApi) | [GO](https://pkg.go.dev/github.com/aspose-cells-cloud/aspose-cells-cloud-go/v20?tab=overview) |
6569

66-
`pod try AsposeCellsCloud`
70+
[Product Page](https://products.aspose.cloud/cells/swift) | [Documentation](https://docs.aspose.cloud/cells/) | [Live Demo](https://products.aspose.app/cells/family) | [API Reference](https://apireference.aspose.cloud/cells/) | [Code Samples](https://github.com/aspose-cells-cloud/aspose-cells-cloud-swift) | [Blog](https://blog.aspose.cloud/category/cells/) | [Free Support](https://forum.aspose.cloud/c/cells) | [Free Trial](https://dashboard.aspose.cloud/#/apps)

0 commit comments

Comments
 (0)