English

Add Comments in Excel Files in Java

Comments are used to add additional information or to explain a formula in the Excel worksheet. MS Excel also allows you to set the font size, height, width, etc. of the comments. In this article, you will learn how to add comments to the Excel worksheets programmatically using Java. Furthermore, the article will also cover how to format the comments.
May 18, 2021 · 3 min · Usman Aziz

Find and Replace Text in Excel Spreadsheets using Java

In this post, you will learn how to find and replace text in MS Excel spreadsheets programmatically in Java. In various scenarios, MS Excel spreadsheets consist of a huge amount of data that may spread in multiple sheets. For such cases, the find and replace option could help you minimize the efforts required to update all the occurrences of a particular piece of text. Let’s check out how to automate this option when dealing with a large number of spreadsheets from within the Java applications.
December 8, 2020 · 3 min · Usman Aziz

Code Comparison: Aspose.Cells Java and Apache POI HSSF and XSSF Examples - Working with Spreadsheets

Project Aspose.Cells Java for Apache POI HSSF and XSSF shows how different tasks can be performed using Aspose.Cells Java API in comparison with Apache POI SS. Aspose.Cells Java for Apache POI SS also covers the features that are only available in Aspose.Cells Java API but not in Apache POI. This new release, Aspose.Cells Java vs Apache POI SS v1.4, shows a number of new code comparison examples of features that are available in both Aspose.
August 12, 2015 · 2 min · Shoaib Khan