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: HistoryVersion.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
1
# Release History Version
2
2
3
+
## Feature & Enhancements in Version 25.6
4
+
5
+
|**Summary**|**Category**|
6
+
| :- |:-------------|
7
+
| Support delete blank rows, columns, and worksheets. | New Feature |
8
+
| Optimize search context for remote spreadsheet features by splitting them into independent APIs, each dedicated to a specific operational area. | New Feature |
9
+
| Optimize search broken links for remote spreadsheet features by splitting them into independent APIs, each dedicated to a specific operational area. | New Feature |
10
+
| Optimize replace context for remote spreadsheet features by splitting them into independent APIs, each dedicated to a specific operational area. | New Feature |
11
+
3
12
## Feature & Enhancements in Version 25.5
4
13
5
14
- Add the new API for getting the public key for encrypting the password.
open (my$fh, '>', 'CompanySales.csv') ordie"No open CompanySales.csv $!";
30
+
open (my$fh, '>', 'EmployeeSalesSummary.pdf') ordie"No open EmployeeSalesSummary.pdf $!";
31
+
binmode($fh);
33
32
print$fh$response;
34
33
close($fh);
35
34
```
@@ -94,16 +93,15 @@ close($fh);
94
93
- Import/Export: Facilitates importing data from various sources into spreadsheets and exporting spreadsheet data to other formats.
95
94
- 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.
96
95
97
-
## Feature & Enhancements in Version v25.6.1
96
+
## Feature & Enhancements in Version v25.7
98
97
99
98
Full list of issues covering all changes in this release:
100
99
101
100
|**Summary**|**Category**|
102
101
| :- |:-------------|
103
-
| Support delete blank rows, columns, and worksheets. | New Feature |
104
-
| Optimize search context for remote spreadsheet features by splitting them into independent APIs, each dedicated to a specific operational area. | New Feature |
105
-
| Optimize search broken links for remote spreadsheet features by splitting them into independent APIs, each dedicated to a specific operational area. | New Feature |
106
-
| Optimize replace context for remote spreadsheet features by splitting them into independent APIs, each dedicated to a specific operational area. | New Feature |
102
+
| Optimize operate scope options for extProcessingController.| Improvement |
103
+
| Add protect/unprotect spreadsheet APIs.| New Feature |
104
+
| Add convert worksheet/table/range to other formats. | New Feature |
GET http://api.aspose.cloud/v4.0/cells/codegen/spec
16
+
```
17
+
### **Function Description**
18
+
19
+
### The request parameters of **codegenSpec** API are:
20
+
21
+
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
22
+
| :- | :- | :- |:- |
23
+
|regoin|String|Query|The spreadsheet region setting.|
24
+
|password|String|Query|The password for opening spreadsheet file.|
25
+
26
+
### **Response Description**
27
+
```json
28
+
{
29
+
Void
30
+
}
31
+
```
32
+
33
+
34
+
## OpenAPI Specification
35
+
36
+
The [OpenAPI Specification](https://reference.aspose.cloud/cells/#/SpecificationController/CodegenSpec) defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.
0 commit comments