Search
Follow Us
Categories
- Success Stories(157)
Archives
Monthly Archives: October 2021
Linux: CSV to Excel or Excel to CSV 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.
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.
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.
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.
Posted in Aspose.3D Product Family Tagged Convert RVM to FBX, FBX to RVM, FBX to RVM in Java, RVM to FBX, RVM to FBX in Java
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.
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.
Posted in Aspose.3D Product Family Tagged Convert OBJ to FBX, Convert OBJ to FBX using Java
Convert Excel XLSX and XLS 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/XLS files to SVG format using C#.