Skip to content

Commit 21bc7aa

Browse files
committed
add the new remove duplicates and extract text apis and fix few bugs.
1 parent a731495 commit 21bc7aa

23 files changed

+1204
-281
lines changed

HistoryVersion.md

Lines changed: 256 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,256 @@
1+
## Feature & Enhancements in Version 24.11
2+
3+
-Add convert text feature on TextProcessingController.
4+
5+
## Feature & Enhancements in Version 24.10
6+
7+
- Add the new feature about removing characters on TextProcessingController.
8+
9+
## Feature & Enhancements in Version 24.9
10+
11+
- Add word case function for TextProcessingController.
12+
- Support to export Worksheet to HTML with cell address or id.
13+
14+
## Feature & Enhancements in Version 24.8
15+
16+
- Add text trim feature on Cells Cloud Services.
17+
18+
## Feature & Enhancements in Version 24.7
19+
20+
- Add Text Trim feature on Cells Cloud Services.
21+
- Add get access token by client id and client secret.
22+
23+
## Feature & Enhancements in Version 24.6
24+
25+
- Optimize load data function of data transformation.
26+
- Optimize the data conversion applied steps.
27+
28+
## Feature & Enhancements in Version 24.5
29+
30+
- Add merge queries method for loading data of data transformation.
31+
- Optimize chart data model.
32+
33+
## Feature & Enhancements in Version 24.4
34+
35+
- Support data transformation.
36+
37+
## Feature & Enhancements in Version 24.3
38+
39+
- Support data deduplication.
40+
- Support data filling.
41+
- Support to delete incomplete rows.
42+
- Support data cleansing.
43+
44+
## Enhancements in Version 24.2.1
45+
46+
- Support data deduplication.
47+
48+
## Enhancements in Version 24.1.1
49+
50+
- Fixed spelling mistakes for several functions.
51+
- Add the PostFitTallToPages method for page setup controller.
52+
- Add the PostFitWideToPages method for page setup controller.
53+
- Optimize save options about paginated.
54+
55+
## Enhancements in Version 23.12.0
56+
57+
- Conversion APIs add region parameter.
58+
- Protection APIs add region parameter.
59+
- Assemble data API adds region parameter.
60+
- Merge files API adds region parameter.
61+
- Split files API adds region parameter.
62+
- Import data API adds region parameter.
63+
- Watermark API adds region parameter.
64+
- Clear object API adds region parameter.
65+
- Reverse data API adds region parameter.
66+
- Rotate data API adds region parameter.
67+
68+
## Enhancements in Version 23.11
69+
70+
- Optimize import xml data into Excel file.
71+
- Optimize import json data into Excel file.
72+
- Remove deprecated functions, class and test case.
73+
74+
## Enhancements in Version 23.10
75+
76+
- Fix protect workbook request.
77+
- Fix range copy API.
78+
- Optimize workbook protect API.
79+
80+
## Enhancements in Version 23.9
81+
82+
- Support to data sorting on range controller.
83+
- Support to remove duplicate data on list object.
84+
- Support to insert slicer for list object.
85+
- Optimize list object and related objects.
86+
87+
## Enhancements in Version 23.8
88+
89+
- Support to lock API.
90+
- Optimize protect API.
91+
92+
## Enhancements in Version 23.7
93+
94+
- Support to repair API.
95+
- Remove GetExtractBarcodes API.
96+
97+
## Enhancements in Version 23.6
98+
99+
- Support to batch lock multi-files.
100+
- Support to batch unlock multi-files.
101+
- Support to protect lock multi-files.
102+
- Support to split lock multi-files.
103+
- Fix put document property api.
104+
105+
## Enhancements in Version 23.5
106+
107+
- Fix few method names for spelling error.
108+
109+
## Enhancements in Version 23.4
110+
111+
-Add import xml data api.
112+
-Add export xml data api.
113+
114+
## Enhancements in Version 23.3
115+
116+
- Adopt the new model.
117+
118+
## Enhancements in Version 22.12
119+
120+
- Support chart axis operations.
121+
122+
## Enhancements in Version 22.11
123+
124+
- Add api for converting workbook to json.
125+
- Add api for converting workbook to sql.
126+
- Add api for converting workbook to csv.
127+
128+
## Enhancements in Version 22.10
129+
130+
- Add api for converting workbook to pptx.
131+
- Add api for converting workbook to html.
132+
- Add api for converting workbook to markdown.
133+
134+
## Enhancements in Version 22.9
135+
136+
- Add api for converting workbook to png.
137+
- Add api for converting workbook to pdf.
138+
- Add api for converting workbook to docx
139+
140+
## Enhancements in Version 22.8
141+
142+
- Support transposing Excel Rows to Columns.
143+
144+
## Enhancements in Version 22.7
145+
146+
- Add 4 kinds of Save Option.
147+
- Add the checkExcelRestriction parameter for multiple APIs.
148+
149+
## Enhancements in Version 22.5
150+
151+
- Add a new API for getting barcode description.
152+
153+
## Enhancements in Version 22.4
154+
155+
- Export API adds extended query parameters.
156+
- Convert API adds extended query parameters.
157+
- SaveAs API adds extended query parameters.
158+
- Get Workbook API adds extended query parameters.
159+
160+
## Enhancements in Version 22.3
161+
162+
-Add new API about adding digital signature for cloud file.
163+
164+
## Enhancements in Version 22.2
165+
166+
- Update return value for the DeleteUnprotectWorksheet API on Aspose.Cells Cloud.
167+
- Update return value for the PutProtectWorksheet API on Aspose.Cells Cloud.
168+
- Update return value for the PostSetCellHtmlString API on Aspose.Cells Cloud.
169+
- Update return value for the PostUpdateWorksheetProperty API on Aspose.Cells Cloud.
170+
171+
## Enhancements in Version 22.1
172+
173+
- SaveAs API add the parameter of target storage name.
174+
- Workbok merged API add the parameter of merged file storage name.
175+
- Workbok split API add the parameter of target storage name
176+
- Workbok smart marker API add the parameter of output storage name.
177+
- Batch convert API add the parameters of intput and output storage name.
178+
- Remove AutoshapesController from Aspose.Cells Cloud.
179+
- Rename LiteCellsApi to LightCellsApi.
180+
181+
## Enhancements in Version 21.12
182+
183+
- Improvement for conversion API.
184+
- Improvement for batch data import to support to set cell formula.
185+
- Improvement for setting row height and column wight to support to set multi-rows and multi-columns.
186+
- Support to set cell formula in batch data import.
187+
- Add a new API for updating the list column.
188+
- Add a new API for reversing columns and rows.
189+
- Add new APIs for grouping and ungrouping shapes.
190+
191+
## Enhancements in Version 21.11
192+
193+
- Add new API for workbook get page count on Aspose.Cells Cloud.
194+
- Add new API for worksheet get page count on Aspose.Cells Cloud.
195+
- Add new API for compress excel file on Aspose.Cells Cloud.
196+
- Add new feature for replace API.
197+
198+
## Enhancements in Version 21.10
199+
200+
- Add new API for support delete multiple worksheets in a single call.
201+
- Add new API for supports batch convert excel files.
202+
203+
## Enhancements in Version 21.9
204+
205+
- Correct the return type of the following REST APIs.
206+
207+
## Enhancements in Version 21.8
208+
209+
- Improvement for getting list object Api.
210+
- Add import Api.
211+
212+
## Enhancements in Version 21.7
213+
214+
- Fix search API.
215+
- Fix split API.
216+
217+
## Enhancements in Version 21.6
218+
219+
- Improvement document properties.
220+
- Update the return value of put/post/delete.
221+
- Improvement export API.
222+
- Improve split API.
223+
- Improve merge API.
224+
- Improve unlock API.
225+
- Improve protected API.
226+
- Improve watermark API.
227+
228+
## Enhancements in Version 21.5
229+
230+
- Support autofit columns for workbook and worksheet.
231+
- Improve add and post row/column APIs.
232+
- Improve Task APIs.
233+
234+
## Enhancements in Version 21.1
235+
236+
- Support to convert worksheet on task API
237+
- Support to add and delete cell or range in worksheet.
238+
239+
## Enhancements in Version 20.11
240+
241+
- Support Aspose.Cells Cloud for Docker.
242+
243+
## Enhancements in Version 20.10
244+
245+
- Support to upload large file.
246+
247+
## Enhancements in Version 20.9
248+
249+
- Support sparkline groups.
250+
- Add API about updating pivot field.
251+
252+
## Enhancements in Version 20.8
253+
254+
- Aspose.Cells Cloud API calls are not working with explicit storage name but only default storage.
255+
- Get output file size without downloading during conversion.
256+
- Enhancement for CellsShapesPutWorksheetShape API.

0 commit comments

Comments
 (0)