Category Archive: Aspose.Cells Product Family

Official blog of Aspose.Cells for .NET, Java & Reporting Services with news of newly supported features, hot fixes, technical articles, tips and videos.

Convert TXT to JSON in Python

TXT files are widely used to store textual data quickly and easily. However, often you get data in a TXT file and you need to convert that into JSON programmatically. To accomplish that, this article covers how to convert a TXT file to JSON in Python.

Posted in Aspose.Cells Product Family | Tagged , ,

Convert TXT to XLSX in Java

TXT files are commonly used to work with plain data with little or no formatting. Sometimes numeric data exists as a TXT file which you might need to convert to an XLSX Excel file for further processing. In this article, you will learn how to convert a TXT file to XLSX format programmatically in Java.

Posted in Aspose.Cells Product Family | Tagged , , , ,

Convert CSV to TXT in Python

CSV (Comma Separated Values) files are commonly used to store the data. Most of the datasets in different domains are also maintained in CSV format. However, in certain cases, you have to convert the CSV files to TXT format to process the data. In accordance with that, this article covers how to convert CSV to TXT in Python.

Posted in Aspose.Cells Product Family | Tagged , , ,

Generate Barcode in Excel using C#

You can easily add a machine-readable barcode image to an XLSX or XLS file programmatically in .NET applications. In this article, you will learn how to generate a barcode in Excel using C#.

Posted in Aspose.Cells Product Family, Aspose.BarCode Product Family | Tagged , , , , , , , ,

Send Excel Data in Email Body using C# .NET

Excel files are widely used to keep and share data in the form of rows and columns. In addition, you can perform various operations on the Excel data and visually analyze it. In some instances, you have to embed and send the data from an Excel sheet in the email message. To accomplish that, this article covers how to send Excel data in an email's body programmatically in C# .NET.

Posted in Aspose.Cells Product Family, Aspose.Email Product Family | Tagged , ,

Convert XBRL to HTML using C#

As a .NET developer, you can easily convert XBRL files or financial data from XML files to HTML webpages programmatically. In this article, you will learn how to convert XBRL to HTML using C#.

Posted in Aspose.Cells Product Family, Aspose.Finance Product Family | Tagged , , , , , , ,

Convert Excel Files to Google Sheets in C# .NET

Spreadsheets are commonly used for storing small or large-scale data in the form of rows and columns. Various applications are available to create and manipulate spreadsheets, of which MS Excel is a popular one. Alongside, Google provides Google Sheets, which is used to create and update spreadsheets online. In addition, Google Sheets lets you share the spreadsheets with multiple people in real-time. In certain cases, you may need to export data from Excel XLS or XLSX files to a spreadsheet in Google Sheets programmatically. So let's see how you can read data from an Excel file and write it to Google Sheets' spreadsheet in C# .NET.

Posted in Aspose.Cells Product Family | Tagged , , ,

Export Excel Data to Google Sheets in Python

Excel files are widely used to store the data and perform various types of operations on it, such as generating charts, applying formulas. On the other hand, Google Sheets is a popular online application for creating and manipulating spreadsheets. Google Sheets also provides real-time sharing of spreadsheets with multiple people. In certain cases, you may need to export Excel XLS or XLSX files to Google Sheets programmatically. To achieve that, this article provides a complete guide on how to set up a Google project and export data from Excel files to Google Sheets in Python.

Posted in Aspose.Cells Product Family | Tagged , ,

Convert Excel Files to Google Sheets in Java

Google Sheets is a popular online application that lets you create and manipulate spreadsheet documents. Furthermore, it allows you to share the spreadsheets with multiple people in real-time. Therefore, often you have to export data from Excel workbooks to a spreadsheet in Google Sheets programmatically. In this article, we will give a complete walk-through of how to export Excel data to a Google Sheets' spreadsheet in Java.

Posted in Aspose.Cells Product Family | Tagged , , ,

Read Data in Excel Files using Python

MS Excel provides a convenient way of keeping and sharing data in the form of rows and columns. More often, Excel files are used to store huge datasets having hundreds and thousands of records. While working with Excel files in Python, you may need to read data from each cell in the worksheets. To achieve that, this article shows how to read an Excel file in Python. You will learn how to read data from a single worksheet or all the worksheets in an Excel workbook.

Posted in Aspose.Cells Product Family | Tagged , , , ,