Tag: reading

Error reading an xlsx file

If you are encountering an error while trying to read an xlsx file in Julia, don’t worry! There are several ways to solve this issue. In this article, we will explore three

Read More »

Reading values from txt file

When working with Julia, it is common to encounter situations where you need to read values from a text file. This can be done in several ways, depending on the specific requirements

Read More »

Reading vtk files into julia

When working with Julia, it is often necessary to read vtk files. VTK (Visualization Toolkit) is an open-source software system for 3D computer graphics, image processing, and visualization. In this article, we

Read More »