Search
Follow Us
Categories
- Success Stories(157)
Archives
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.
Move Email to a Folder on Microsoft Exchange Server in Java
Aspose.Email for Java allows you to work with Microsoft Exchange Server services such as email, contact management, calendaring, etc. In a previous post, you have seen how to read emails from MS Exchange Server programmatically from within your Java applications. However, in certain cases, you may have to move emails from one folder to another on Exchange Server. In this article, you will learn how to move emails to a particular folder on MS Exchange Server in java.
Using System.Drawing with .NET 6 on non-Windows Platform
The System.Drawing.Common is the actual implementation of the System.Drawing library. However, it is now attributed as a Windows-specific library in .NET 6 Framework. Therefore, you can use Aspose.Drawing to create a cross-platform .NET 6 Framework-based application.
Render LaTeX Equations and Math Formulas using C#
You can write basic equations and mathematical formulas in the TEX file programmatically without using LaTeX. In this article, you will learn how to render equations and math formulas using C#.
Convert EPS or PS to SVG in C#
EPS or PS files contain vector graphics and are commonly used by designers. They can contain high-resolution images including shapes or text and are often used for billboard printing or building wraps. In some scenarios, you might need to convert an EPS or PS file to an SVG image. This article covers how to convert EPS or PS PostScript files to SVG in C#.
Add and Remove Members in MS Exchange Distribution Lists in Java
MS Exchange Server allows you to create distribution lists to send emails to a group of people. In the previous article, we have covered how to create or fetch Exchange distribution lists in Java. In this article, you will learn how to add or remove members in MS Exchange distribution lists in Java.
Create Exchange Distribution List in C# .NET
MS Exchange Server provides the feature of creating distribution lists or groups. These distribution lists allow you to send emails to a group of people without requiring you to enter individual email addresses. In this article, you will learn how to create a distribution list on MS Exchange Server in C# .NET. Furthermore, we will cover how to fetch a distribution list programmatically.
Convert MHT to an Image in C#
You might need to convert an MHT file to an image for previewing the contents as a thumbnail. In accordance with such requirements, this article covers how to convert an MHT or MHTML file to an image in JPG, PNG, and other image formats programmatically in C#.
Posted in Aspose.HTML Product Family Tagged Convert MHT to Image, MHT to JPG csharp, MHT to PNG csharp
Read Emails from Shared Mailbox on Exchange Server in C#
Microsoft Exchange Server provides a bunch of useful features to create, send, and manage emails. One of these features is a shared mailbox that can be accessed by multiple users. While working with MS Exchange Server from within your .NET applications, you may need to access emails from a shared mailbox. So in this article, you will learn how to read email messages from a shared mailbox on MS Exchange Server using C# .NET.
… Continue Reading