English

Convert CSV to Excel or Excel to CSV on Linux using .NET

CSV files are widely used to store the data in the form of comma-separated values. However, in certain cases, you need to export data from CSV files to Excel spreadsheets or vice versa. For such cases, this article covers how to export data from CSV to Excel and Excel to CSV on Linux.
October 21, 2021 · 2 min · Usman Aziz

Create or Edit Excel Files on Linux using .NET

The emergence of automated solutions these days has made spreadsheet automation popular in various industries. The spreadsheet documents are created and manipulated programmatically from within the web or desktop solutions. Accordingly, this article covers how to create Excel XLSX and XLS files on the Linux platform using .NET.
October 20, 2021 · 5 min · Usman Aziz

Print OneNote .one NoteBook File using C#

Digital notes are often used to store information like text, pictures, drawings, etc. In some scenarios, you might want to print your notes in a OneNote Notebook. This article covers how to print the OneNote notes (.one) using the C# language in .NET applications.
October 20, 2021 · 2 min · Farhan Raza

Convert FBX to RVM or RVM to FBX File in Java

FBX files are commonly used to exchange information between different 3D file manipulation applications. In certain situations, you might need to convert FBX to RVM or RVM to FBX files. RVM files are useful because they include information about Texture, Geometry, Geometry, and labels of objects. Please refer to the following sections to explore the conversion scenarios.
October 19, 2021 · 2 min · Farhan Raza

Export Excel Files to Stream using C#

In various cases, you may need to export or save the Excel XLSX/XLS files to memory streams. For such cases, this article covers how to export Excel files to FileStream objects dynamically using C#. Moreover, you will learn how to load an Excel file from stream.
October 18, 2021 · 2 min · Usman Aziz

Convert OBJ to FBX File in Java

OBJ files are used to create, edit, or manipulate 3D objects. In certain situations, you may need to convert an OBJ file to an FBX file in Java. This article covers how to convert a 3D object file to an FBX file programmatically using Java.
October 16, 2021 · 2 min · Farhan Raza

Embed Video in PowerPoint Presentations using C++

Microsoft PowerPoint provides you the ability to add video frames to your PowerPoint presentations. Videos can be used to enhance the quality of the presentations and help better communicate the message to the audience. There might be situations where you want to add videos to PowerPoint presentations programmatically. To that end, this article will teach you how to embed video in PowerPoint presentations using C++.
October 15, 2021 · 3 min · Muhammad Ahmad

Convert Excel Files to SVG using C#

Excel files are widely used to keep and organize small as well as large sized data. Moreover, you can perform various operations on the data stored in Excel worksheets. In certain cases, you may need to convert the Excel workbooks to other formats to embed their content within the web applications. For such cases, this article covers how to convert Excel XLSX files to SVG format using C#.
October 15, 2021 · 3 min · Usman Aziz

Add Slide Transitions in PowerPoint Presentations using C++

Slide transitions are effects shown while navigating from one slide to another. These enhance the look and feel of the presentation and make them more attractive. There might be situations where you need to add slide transitions to PowerPoint files programmatically. To that end, this article will teach you how to add transitions to PowerPoint slides using C++.
October 14, 2021 · 3 min · Muhammad Ahmad

Encrypt or Decrypt Excel Files in Node.js

MS Excel is a powerful tool that allows you to perform various spreadsheet manipulation operations. You can organize data, apply computations, generate charts, define your custom logic using VBA modules, and so on. An important feature that MS Excel provides is encryption and decryption of the Excel files. In accordance with that, this article covers how to encrypt/decrypt and password-protect Excel files in Node.js applications.
October 14, 2021 · 3 min · Usman Aziz