Skip to content

Commit d810180

Browse files
committed
Update Readme
1 parent 7d2d69b commit d810180

39 files changed

+9299
-5384
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ _testmain.go
2222
*.exe
2323
*.test
2424
*.prof
25+
test/
26+
.idea/

HistoryVersion.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Release History Version
22

3+
## Feature & Enhancements in Version 25.3
4+
5+
- Optimized the properties of `SaveOptions` to enhance performance and flexibility.
6+
- Optimized the conversion method of `Workbook` for improved efficiency and reliability.
7+
- Developed a new API to retrieve a comprehensive list of all styles in a workbook.
8+
- Enhanced all save options to improve functionality and user experience.
9+
- Added a new API to insert images into cells, providing enhanced document customization capabilities.
10+
311
## Feature & Enhancements in Version 25.2
412

513
- Support copying a range from one workbook to another workbook.

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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-go)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-go/blob/master/LICENSE)
1+
[](https://img.shields.io/badge/aspose.cells%20Cloud%20SDK%20for%20Go-v25.4.0-blue?style=for-the-badge&logo=go)[![Product Page](https://img.shields.io/badge/Product-0288d1?style=for-the-badge&logo=Google-Chrome&logoColor=white)](https://products.aspose.cloud/cells/go/) [![Documentation](https://img.shields.io/badge/Documentation-388e3c?style=for-the-badge&logo=Hugo&logoColor=white)](https://docs.aspose.cloud/cells/) [![API Ref](https://img.shields.io/badge/Reference-f39c12?style=for-the-badge&logo=html5&logoColor=white)](https://reference.aspose.cloud/cells/) [![Examples](https://img.shields.io/badge/Examples-1565c0?style=for-the-badge&logo=Github&logoColor=white)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-go/tree/main/examples) [![Blog](https://img.shields.io/badge/Blog-d32f2f?style=for-the-badge&logo=WordPress&logoColor=white)](https://blog.aspose.cloud/categories/aspose.cells-cloud-product-family/) [![Support](https://img.shields.io/badge/Support-7b1fa2?style=for-the-badge&logo=Discourse&logoColor=white)](https://forum.aspose.cloud/c/cells/7) [![License](https://img.shields.io/github/license/aspose-cells-cloud/aspose-cells-cloud-go?style=for-the-badge&logo=rocket&logoColor=white)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-go/blob/master/LICENSE)
22

3-
Aspose.Cells Cloud for Go 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.
3+
Aspose.Cells Cloud SDK for Go empowers developers to programmatically manage Excel files with precision. This comprehensive Go library supports advanced Excel operations like cell data formatting, dynamic formulas, pivot tables, conditional styling, charts, hyperlinks, comments, and data validation. It also enables seamless Excel file conversion (XLSX, CSV, PDF, ODS), document splitting/merging, and file repair. Designed for cloud integration, this API-first solution accelerates spreadsheet automation while ensuring data integrity across platforms like AWS, Azure, and Google Cloud.
44

55
# Go package for Aspose.Cells Cloud
66

@@ -19,15 +19,14 @@ Enhance your Go applications with the [Aspose.Cells Cloud](https://products.aspo
1919
- Import/Export: Facilitates importing data from various sources into spreadsheets and exporting spreadsheet data to other formats.
2020
- 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.
2121

22-
## Feature & Enhancements in Version v25.3.0
22+
## Feature & Enhancements in Version v25.4.0
2323

2424
Full list of issues covering all changes in this release:
2525

26-
- Optimized the properties of `SaveOptions` to enhance performance and flexibility.
27-
- Optimized the conversion method of `Workbook` for improved efficiency and reliability.
28-
- Developed a new API to retrieve a comprehensive list of all styles in a workbook.
29-
- Enhanced all save options to improve functionality and user experience.
30-
- Added a new API to insert images into cells, providing enhanced document customization capabilities.
26+
|**Summary**|**Category**|
27+
| :- | :- |
28+
| New API for Comprehensive Formula Error Checks in Excel Workbooks | New Feature |
29+
| New API for External Reference Checks in Excel Workbooks | New Feature |
3130

3231
## Support file format
3332

@@ -111,4 +110,4 @@ go run main.go
111110

112111
[Product Page](https://products.aspose.cloud/cells/go) | [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-go) | [Blog](https://blog.aspose.cloud/category/cells/) | [Free Support](https://forum.aspose.cloud/c/cells) | [Free Trial](https://dashboard.aspose.cloud/#/apps)
113112

114-
## [Release history version](HistoryVersions.md)
113+
## [Release history version](HistoryVersion.md)

0 commit comments

Comments
 (0)