JSON is a popular format to exchange data within or between applications. The lightweight JSON files make it possible for you to store and process small or large-sized data easily. On the other hand, Excel worksheets are commonly used to keep and share data. However, in certain cases, you may need to convert Excel data to JSON format from within .NET applications. To achieve that, this article covers how to convert Excel to JSON programmatically in C#.
Create ORG Chart Programmatically in C#
An ORG chart is a visual diagram that represents the hierarchy of employees in an organization. It contains their roles, responsibilities, position, etc. and other relevant information. You can create different type of organizational charts with a few API calls without needing to manually draw shapes or connections. This article covers how to create an ORG chart in C#.
Create 3D Scene in C#
As a C# developer, you can easily create a 3D scene programmatically. You can also load an existing 3D scene, read its details, and modify, add or process it. In this article, you will learn how to create a 3D scene using C#.
Convert OBJ to 3DS in Java
OBJ files contain polygonal faces, texture maps, and other information about 3D objects. Whereas, the 3DS files are used to store mesh data and material information along with other data. Sometimes, you may need to convert an OBJ file to 3DS format. For such requirements, this article covers how to convert an OBJ file to a 3DS file programmatically in Java.
Convert Word to JSON in Java
Convert DOC to JSON in C#
Convert Word to JSON in Python
In various cases, you have to perform Word to JSON conversion programmatically from within your Python application. For example, to export the data from a Word document and process or transport it in JSON format. In this article, you will learn how to easily convert the text in a Word document to JSON format. Furthermore, you will learn how to load a protected Word document and convert it to JSON programmatically. So let’s proceed to convert Word to JSON in Python
Insert DataTable in Word Document in C#
Convert FBX to OBJ in C#
We can programmatically export 2D or 3D drawings from FBX files to OBJ documents. CAD applications generate and support FBX files. A portable format for sharing drawings is made possible by this conversion. You will discover in this article how to convert an FBX file to an OBJ using C#.
Convert USD or USDZ to 3DS in Java
USD file encodes data to interchange information between different content creation applications while the USDZ files are the archive files without encryption or compression of data. In some scenarios, you might want to convert a USD or USDZ file to 3DS format. In accordance with such use cases, this article covers how to convert a USD or USDZ file to 3DS file format programmatically in Java.