Search
Follow Us
Categories
- Success Stories(157)
Archives
Monthly Archives: April 2021
Protect VBA Macros in Excel using C#
VBA macros in Excel spreadsheets are used to automate different operations programmatically. For example, you can program a task that is to be done repeatedly, generate graphs using code, etc. However, the protection of VBA macros from unauthorized users is an important aspect. In order to handle this issue, this article covers how to protect VBA macros in Excel spreadsheets programmatically using C#.
Copy or Move Excel Worksheets using C++
Excel files are used for managing complex data such as department budgets or yearly sales reports. There might be situations where you have a ready-made template that you want to use for creating a report. For this, you can create a copy of the template worksheet. You might also need to organize the worksheets to demonstrate the flow of data. For such cases, you can rearrange the worksheets according to your requirements. In light of this, you will learn how to copy and move worksheets programmatically using C++.
Convert FBX to glTF, GLB, or vice versa using C#
FBX and glTF file formats are used for creating and rendering 3D models and scenes. You can easily convert FBX files to glTF or GLB format. Likewise, you can convert a glTF or GLB file to FBX format programmatically using C#. You can go through the following sections for further details.
Posted in Aspose.3D Product Family Tagged C# FBX to GLB, C# GLB to FBX, convert fbx to glb, convert fbx to gltf
Convert Emails to HTML in Java
MSG and EML are popular file formats to store email messages. However, you can not display the content of both of the email formats directly in your web applications. In order to embed MSG or EML emails within your web pages, you can convert them to HTML. In this article, you will learn how to convert MSG and EML/EMLX emails to HTML in Java.
Convert Excel Files to PDF in Python
Nowadays, PDF has become a standard file format for exchanging documents. Various popular document formats are converted to PDF before they are shared over the Internet. Excel to PDF is one of the popular conversion scenarios in which worksheets are converted to read-only PDF pages. In accordance with that, this article covers how to convert Excel XLSX or XLS files to PDF using Python.
Posted in Aspose.Cells Product Family Tagged excel to pdf python, xls to pdf python, xlsx to pdf python
Convert PNG or JPG Image to PSD Programmatically using C#
PNG and JPG format are well-known raster image file formats that contain single-layer visual information. Whereas, the Photoshop Document (PSD) file contains several layers to display the pictures. You can easily convert PNG or JPG images to PSD format programmatically using C# in your .NET applications. This article covers the following sections related to PNG and JPG image conversion.
Convert Excel to CSV in Python
Excel spreadsheets are widely used to keep, import, or export data from one application to another. In addition, you can perform various operations on data, such as sorting, applying mathematical formulas, generating charts, etc. However, in various cases, Excel's XLSX or XLS workbooks are required to be converted to CSV (Comma Separated Values) format. For such scenarios, this article covers how to convert Excel files to CSV in Python.