Search
Follow Us
Categories
- Success Stories(157)
Archives
Category Archive: Aspose.Cells Product Family
Find and Replace Text in Excel Spreadsheets using C++
Microsoft Excel allows you to store data in tabular form. In addition to that, it enables you to perform complex operations on data. Excel's uses range from maintaining monthly budgets to managing organizational data due to its vast set of features. As compared to other features, finding and replacing text is among the more straightforward tasks you can do in Excel. This article demonstrates how to find and replace text in Excel spreadsheets programmatically using C++.
Convert Excel Files to HTML in Node.js
Excel files are widely used to store and organize the data in the form of worksheets. Furthermore, you can perform various computations as well as analysis of the data. However, in certain cases, you have to convert the Excel files into other formats. For example, you may need to convert an Excel worksheet to HTML or image in order to display it within your web or desktop application. For such cases, this article covers how to convert Excel files to HTML in Node.js applications. In addition, you will learn how to use additional options to customize the converted HTML.
Posted in Aspose.Cells Product Family Tagged excel to html nodejs, xls to html nodejs, xlsx to html nodejs
Convert Excel to HTML using C++
Excel spreadsheets are useful in organizing, managing, and computing data. Similarly, HTML is useful for displaying content in the browser. Both formats are handy in their specific use cases. There might be cases where you have to show excel data on websites. In those cases, HTML would be the better format to use. To achieve this, you will have to convert the required Excel file to HTML. In light of this, we will learn how to convert Excel to HTML using C++.
Encrypt and Decrypt Excel Files using Java
MS Excel provides you with a wide range of features to keep and analyze the data seamlessly. You can perform computations, generate charts as well as define your custom logic using VBA modules. Knowing the importance of the data in spreadsheets, MS Excel allows you to protect the workbooks using encryption. Furthermore, you can password protect the Excel files to avoid unauthorized access. In accordance with that, this article covers how to encrypt/decrypt and password-protect Excel files using Java.
Convert Excel Files to Images using C++
There can be many reasons for converting Excel files to images like adding images to web pages, PDFs, Word Documents, PowerPoint Presentations, etc. In this article, we will learn how to convert Excel files to images with C++.
Convert Excel Files to PDF using C++
PDF format is widely used to exchange documents among the stakeholders. In various cases, the documents are converted to PDF format before they are shared. Thus, PDF is known to be a standard file format in such cases. In this article, we will target Excel to PDF conversion for C++ applications. Particularly, you will learn how to convert Excel XLSX or XLS workbooks to PDF files using C++.
Encrypt and Decrypt Excel Files using C#
MS Excel provides an encryption mechanism to protect the data in the spreadsheets from unauthorized users. Along with applying encryption, you can specify the password that is required to open the Excel files. This article covers how to perform the encryption of Excel files from within .NET applications. Particularly, you will learn how to encrypt and decrypt the Excel files using C#.
Protect and Unprotect Excel Files in Java
Excel files are used to store small as well as large-sized data in the form of rows and columns. Along with data storage, you can perform other operations such as computations and data analysis using graphs and charts. Since data is worth being protected, MS Excel allows you to protect the Excel files. This article covers how to automate the protection of MS Excel files programmatically. Particularly, you will learn how to protect and unprotect Excel files using Java.
Convert Excel XSLX or XLS to Images using C#
In various scenarios, you may want to convert Excel spreadsheets to high-resolution images, for example, when you need to embed the spreadsheet content within your web or desktop applications. In this article, you will learn how to convert Excel files to image formats using C# from within the .NET applications.
Posted in Aspose.Cells Product Family Tagged Convert Excel to Image Csharp
Convert Excel Data to DataTables in C#
MS Excel spreadsheets are widely used to keep the small, medium, or large-sized data. In various cases, spreadsheets act as a database to store the application data. There could be situations when you need to read the data stored in the Excel files from within your web or desktop applications. For such cases, this article covers how to export data from Excel worksheets to DataTables in C#.