You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
[](https://github.com/aspose-cells-cloud/aspose-cells-cloud-php/blob/master/LICENSE)
1
+
[](https://github.com/aspose-cells-cloud/aspose-cells-cloud-php/blob/master/LICENSE)
2
2
3
3
Aspose.Cells Cloud for PHP enables you to handle various aspects of Excel files, including cell data, styles, formulas, charts, pivot tables, data validation, comments, drawing objects, images, hyperlinks, and so on. Additionally, it supports operations such as splitting, merging, repairing, and converting to other compatible file formats.
4
4
@@ -19,14 +19,12 @@ Enhance your PHP applications with the [Aspose.Cells Cloud](https://products.asp
19
19
- Import/Export: Facilitates importing data from various sources into spreadsheets and exporting spreadsheet data to other formats.
20
20
- Security Management: Offers a range of security features like data encryption, access control, and permission management to safeguard the security and integrity of spreadsheet data.
21
21
22
-
23
-
## Feature & Enhancements in Version 24.5.1
22
+
## Feature & Enhancements in Version 24.6
24
23
25
24
Full list of issues covering all changes in this release:
26
25
27
-
- Add merge queries method for loading data of data transformation.
28
-
- Optimize chart data model.
29
-
26
+
- Optimize load data function of data transformation.
27
+
- Optimize the data conversion applied steps.
30
28
31
29
## Support file format
32
30
@@ -66,18 +64,17 @@ Full list of issues covering all changes in this release:
66
64
|[DOCX](https://docs.fileformat.com/word-processing/docx/)|A well-known format for Microsoft Word documents that is a combination of XML and binary files.||√|
67
65
|[PPTX](https://docs.fileformat.com/presentation/pptx/)|The PPTX format is based on the Microsoft PowerPoint open XML presentation file format.||√|
68
66
69
-
70
67
## Quick Start Guide
71
68
72
69
To begin with Aspose.Cells Cloud, here's what you need to do:
73
70
74
71
1. Sign up for an account at [Aspose for Cloud](https://dashboard.aspose.cloud/#/apps) to obtain your application details.
75
72
2. Install the Aspose.Cells Cloud PHP Package from [Packagist](https://packagist.org/packages/aspose/cells-sdk-php).
76
-
73
+
77
74
**To install Aspose.Cells Cloud via Composer, follow these steps:**
78
75
79
76
- Add Aspose.Cells Cloud as a dependency to your `composer.json` file:
80
-
77
+
81
78
```json
82
79
{
83
80
"require": {
@@ -99,9 +96,8 @@ To begin with Aspose.Cells Cloud, here's what you need to do:
99
96
```
100
97
101
98
- You're now ready to use Aspose.Cells Cloud in your PHP project.
102
-
103
-
3. Use the conversion code provided below as a reference to add or modify your application.
104
99
100
+
3. Use the conversion code provided below as a reference to add or modify your application.
0 commit comments