Search
Follow Us
Categories
- Success Stories(157)
Archives
Category Archive: Aspose.Cells Product Family
How Do I: Add different Controls to a Worksheet
You can add different controls like textbox, checkbox and combobox etc. to your worksheets using Aspose.Cells API.
We create a demo video for the users. In this video, we create a simple Windows application to exercise how user can add different controls (Textbox, Checkbox and Combobox) to the worksheet.
See the video here http://www.aspose.com/documentation/file-format-components/aspose.cells-for-.net-and-java/working-with-controls-1.html… Continue Reading
Posted in Aspose.Cells Product Family
How to: Add different types of Hyperlinks to your Spreadsheets
You can add all three types of hyperlinks to your spreadsheets using Aspose.Cells API:
- URL (world wide web) link
- Internal link
- External or file link
We create a demo video for the users. In this video, we create a simple Windows application to exercise how the three types of hyperlinks (mentioned above) can be added.
See the video here: https://docs.aspose.com/display/cellsnet
Posted in Aspose.Cells Product Family
Aspose.Cells for Reporting Services 1.4.0 Released!
Hi All,
We have released Aspose.Cells for Reporting Services 1.4.0 for the users.
In this version, we introduce some Revolutionary Enhancements. The component now supports Microsoft SQL Server 2008 Reporting Services – one of the leading reporting platform. It also supports the evergreen Microsoft SQL Server 2000 Reporting Services for the users’ demand. Moreover, the component can fully integrate with Microsoft Report Viewer 2008 in Local Mode. There are some other features and fixes too.
Download URL:
Posted in Aspose.Cells Product Family
Aspose.Cells for Java 2.0.1 Released
Hi All,
We have released Aspose.Cells for Java 2.0.1 for the users.
Since the Open Document Format (ODF) for Office Applications is expected to become an industry standard for sharing documents, we have introduced support for importing / exporting spreadsheets in ODS (OpenDocument Spreadsheet) format in this version.
We have also incorporated some new features. For example, setting shared formula is supported and strong encryption type is available now. You may manipulate some advanced controls (e.g. Check … Continue Reading
Posted in Aspose.Cells Product Family
Directly Converting Excel Files to Pdf with Aspose.Cells
In previous versions, converting Excel files to Pdf needs two components: Aspose.Cells and Aspose.Pdf. With the new version v4.7.0, users can use Aspose.Cells for .NET only to implement this feature. This new change greatly optimizes speed and memory usage.
You will utilize the overloaded Save method of the Workbook class providing the SaveFormat.Pdf enum member that converts the native excel file to pdf format.
The above steps are implemented in the following example.
Example:
[C#]
// Instantiate the Workbook object
… Continue Reading Aspose.Cells for .Net V4.6.0 Released
While more and more features are added to Aspose.Cells, we find in some cases that our component doesn’t run as fast as previous versions. So in this new version, we made a code refactoring to improve performance and memory usage. Now it runs faster and lighter. http://www.aspose.com/community/files/51/file-format-components/aspose.cells/default.aspx… Continue Reading
Posted in Aspose.Cells Product Family
Aspose.Cells for Java V2.0.0 Released!
We are happy to annouce the release of Aspose.Cells for Java V2.0.0.
In this new version, we have made many feature enhancements. The major improvement is Excel2007 enhancement. Please download and try it at http://www.aspose.com/community/files/51/file-format-components/aspose.cells/default.aspx .… Continue Reading
Posted in Aspose.Cells Product Family
Aspose.Cells for Reporting Services V1.3.0.0 Released!
Many users told us that they liked new features provided by Aspose.Cells for Reporting Services. In the mean time, they also wanted to port their existing RDL reports smoothly.
In this new version, we enhanced standard RDL support. Now our product not only can render RDL reports as built-in Excel render, but also support some more RDL elments, for example, nest tables.
And with this new version, develpers can integrate Aspose.Cells for Reporting Services with Report Viewer control in local mode.
Please download and try … Continue Reading
Posted in Aspose.Cells Product Family